HTM60


DESCRIPTION :

OUTPUT :

SOURCE CODE :





DESCRIPTION :


HTM60 is one example of radio button.



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 Survey Form</H3>
<HR ALIGN = left>

<P>
Please check the products you have used in the past 2 years<BR>
<INPUT TYPE = radio NAME = pictype VALUE = cross>Adobe Photoshop<BR>
<INPUT TYPE = radio NAME = pictype VALUE = cross CHECKED>Microsoft Excel<BR>
<INPUT TYPE = radio NAME = pictype VALUE = cross>Norton AntiVirus<BR>
</P>
</FORM>
</BODY>

</HTML>

RETURN