HTML Forms: Third Example (Menue, Textarea)

Your Program of Study:

Comments about this Course:


<FORM METHOD=GET
      ACTION="http://www2.sis.pitt.edu/~sbrass/db/cgi-bin/cgi_test.cgi">
<H2>Your Program of Study:</H2>
	<SELECT NAME="Program">
		<OPTION VALUE="INFSCI">Information Science
		<OPTION VALUE="TELCOM">Telecommunications
		<OPTION VALUE="Other">Other
	</SELECT>

<H2>Comments about this Course:</H2>
	<TEXTAREA NAME="Comments" ROWS=4 COLS=40
	>Your text is not actually saved ...</TEXTAREA>
<P>
<INPUT TYPE=SUBMIT VALUE="Submit (Test Only)">
</FORM>


Stefan Brass (sbrass@sis.pitt.edu), April 23, 1999

Original URL: http://www2.sis.pitt.edu/~sbrass/db/form_ex3.html   [HTML 3.2 Checked]