HTM62
DESCRIPTION

OUTPUT

SOURCE CODE











DESCRIPTION


Check Boxes


OUTPUT

Customer Information Form


Please check the products you have used in the past 2 years
Adobe Photoshop
Microsoft Excel
Norton AntiVirus


SOURCE CODE

<HTML>
<HEAD><TITLE>Computer Books, Software, Hardware</TITLE></HEAD>
<BODY>
<FORM ACTION = www.myserver.com/myscript.cgi METHOD = post>
<H3>Customer Information Form</H3>
<HR ALIGN = left>
<P>
Please check the products you have used in the past 2 years<BR>
<INPUT TYPE = checkbox NAME = pictype VALUE = cross>Adobe Photoshop<BR>
<INPUT TYPE = checkbox NAME = pictype VALUE = cross CHECKED>Microsoft Excel<BR>
<INPUT TYPE = checkbox NAME = pictype VALUE = cross>Norton AntiVirus<BR>
</P>
</FORM>
</BODY>
</HTML>