HTM60


BACK

DESCRIPTION

OUTPUT

SOURCE CODE






DESCRIPTION:

     Radio Buttons


..Back to the top..



OUTPUT:


Computer Books, Software, Hardware

Customer Information Form


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



..Back to the top..



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 = 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>


..Back to the top..