topical media & game development
lib-ch-example-form-example-5.htm / htm
<TITLE>Fill-Out Form Example #5</TITLE>
<body bgcolor="#FFFFFF" text="#000000" vlink="#FF0000">
<H1>Fill-Out Form Example #5</H1>
This is another fill-out form example, with various text entry field
attributes demonstrated. <P>
<HR>
<FORM METHOD="POST" ACTION="lib-ch-example-form-form.cgi">
The first text entry field has no special attributes: <INPUT
NAME="entry1"> <P>
The second text entry field is twice as long (displays up to 40
characters, instead of the default 20): <INPUT SIZE=40 NAME="entry2">
<P>
Each of the first two text entry fields can hold as many characters as
the user wishes to type (into the millions). The following text entry
field, however, is limited to five characters, and beeps when the user
tries to enter more: <INPUT SIZE=5 MAXLENGTH=5 NAME="entry3"> <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-4.htm">Back to example 4</A> or <A
HREF="lib-ch-example-form-example-6.htm">forward to example 6</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.