HTML59
Description
Output
Source Code
Description
This is a sample of a text box that you can type a word when you press enter it send to server automatically
Output
Source Code
<HTML>
<HEAD><TITLE>Computer Books, Software, Hardware</TITLE></HEAD>
<BODY>
<FORM ACTION = www.myserver.com/myscript.cgi METHOD = post>
<H3>Customer Survey Form</H3>
<HR ALIGN = left>
<H5>Name: <INPUT TYPE = text></H5>
</FORM>
</BODY>
</HTML>
BACK