HTM60


DESCRIPTION
OUTPUT
SOURCE CODE

DESCRIPTION

Radio Buttons














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



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
</P>
</FORM>
</BODY>
</HTML>


BACK