topical media & game development
lib-ch-example-form-example-6.htm / htm
<TITLE>Fill-Out Form Example #6</TITLE>
<body bgcolor="#FFFFFF" text="#000000" vlink="#FF0000">
<H1>Fill-Out Form Example #6</H1>
This is another fill-out form example, demonstrating multiple
independent fill-out forms in the same document. <P>
<HR>
<FORM METHOD="POST" ACTION="lib-ch-example-form-form.cgi">
This is the first form: <P>
A text entry field: <INPUT NAME="entry1"> <P>
A second text entry field: <INPUT SIZE=10 NAME="entry2">
<P>
To submit the query, press this button: <INPUT TYPE="submit"
VALUE="Submit Query">. <P>
To clear the form, press this button: <INPUT TYPE="reset" VALUE="Clear Form">.
</FORM>
<HR>
<FORM ACTION="/cgi-bin/chcgi/form.ch">
This is a <B>completely different</B> form from the one right above.
<P>
Here's three checkboxes right in a row: <P>
<OL>
<LI> <INPUT TYPE="checkbox" NAME="box1"> The first checkbox.
<LI> <INPUT TYPE="checkbox" NAME="box2"> The second checkbox.
<LI> <INPUT TYPE="checkbox" NAME="box3"> The third checkbox.
</OL>
And a text entry form: <INPUT NAME="entry" SIZE=30> <P>
To submit the query, press this button: <INPUT TYPE="submit"
VALUE="Submit Query">. <P>
To clear the form, press this button: <INPUT TYPE="reset" VALUE="Clear Form">.
</FORM>
<HR> <P>
<A HREF="lib-ch-example-form-example-5.htm">Back to example 5</A> or <A
HREF="lib-ch-example-form-example-7.htm">forward to example 7</A>. <P>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.