HTM68


DESCRIPTION
OUTPUT
SOURCE CODE

DESCRIPTION

Submit and Reset button














OUTPUT

Computer Books, Software, Hardware IT Learning

Customer Information Form

Please choose the month when you are available for IT classes

Click the Submit button to send us your completed form



SOURCE CODE

<HTML>
<HEAD><TITLE>Computer Books, Software, Hardware</TITLE></HEAD>
<BODY>
<CAPTION>IT Learning</CAPTION>
<HR WIDTH = 25% ALIGN = left>
<FORM ACTION = www.myserver.com/myscript.cgi METHOD = post>
<H3>Customer Information Form</H3>
<P>
Please choose the month when you are available for IT classes<BR>
<SELECT NAME = contractchoice SIZE = 2>
<OPTION>January</OPTION>
<OPTION>February</OPTION>
<OPTION>March</OPTION>
<OPTION>April</OPTION>
<OPTION>May</OPTION>
<OPTION>June</OPTION>
</SELECT>
<BR>Click the Submit button to send us your completed form
</P>
<INPUT TYPE = submit VALUE = SUBMIT>
<INPUT TYPE = reset VALUE = RESET>
</FORM>
</BODY>
</BODY>
</HTML>


BACK