topical media & game development
lib-ch-example-form-example-10.htm / htm
<TITLE>Fill-Out Form Example #10</TITLE>
<body bgcolor="#FFFFFF" text="#000000" vlink="#FF0000">
<H1>Fill-Out Form Example #10</H1>
This is another fill-out form example, with scrolled selection lists
with both one and <CITE>n</CITE> of many behavior. <P>
<HR>
<FORM METHOD="POST" ACTION="lib-ch-example-form-form.cgi">
<H2>Your Daily Planner</H2>
What would you like to do today?
<SELECT NAME="what-to-do" SIZE=10>
<OPTION VALUE="drink">Drink Coffee
<OPTION VALUE="read" SELECTED>Read A Book
<OPTION value=walk>Take A Walk
<OPTION> Chop Down Rainforests
<OPTION> Buy A Bagel
<OPTION>Watch TV
<OPTION> Sell Art
<OPTION>Buy Jewelry
<OPTION>Attend A Concert
<OPTION>Read Poetry
<OPTION> Exercise
<OPTION>Whittle
<OPTION>Cook Stir Fry
<OPTION>Sip Espresso
<OPTION value="Pig Out">Munch Teddy Grahams
</SELECT> <P>
Who would you like to do it with? <P>
<DL>
<DD>
<SELECT NAME="who-to-do-it-with" SIZE=8>
<OPTION>Marc
<OPTION>Eric
<OPTION>George
<OPTION SELECTED>Aleks
<OPTION>Jon
<OPTION> Chouck
<OPTION> Wilson
<OPTION> Bridgit
<OPTION>Lisa
<OPTION>Terry
<OPTION>Dave
<OPTION>Sharon
</SELECT>
</DL>
What items of clothing do you plan to wear? (Hold down <I>Control</I>
to select or deselect disjoint items.) <P>
<DL>
<DD>
<SELECT NAME="what-to-wear" MULTIPLE SIZE=8>
<OPTION>T-Shirt
<OPTION SELECTED>Jeans
<OPTION>Wool Sweater
<OPTION SELECTED>Sweatshirt
<OPTION SELECTED>Socks
<OPTION>Cotton Sweater
<OPTION>Rugby Shirt
<OPTION>Leather Jacket
<OPTION>Boots
<OPTION>Running Shoes
<OPTION>Windbreaker
<OPTION>Vest
<OPTION>Cape
</SELECT>
</DL>
To submit your choices, press this button: <INPUT TYPE="submit"
VALUE="Submit Choices">. <P>
To reset the form, press this button: <INPUT TYPE="reset" VALUE="Reset">.
</FORM>
<HR> <P>
Things you may want to note: <P>
<UL>
<LI> Blah.
</UL>
<A HREF="lib-ch-example-form-example-9.htm">Back to example 9</A>;
<A HREF="lib-ch-example-form-example-11.htm">forward to example 11</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.