topical media & game development
lib-ch-example-form-example-8.htm / htm
<TITLE>Fill-Out Form Example #8</TITLE>
<body bgcolor="#FFFFFF" text="#000000" vlink="#FF0000">
<H1>Fill-Out Form Example #8</H1>
This is another fill-out form example, with a password entry form. <P>
<HR>
<FORM METHOD="POST" ACTION="lib-ch-example-form-form.cgi">
<H2>Logging In To A Remote Service</H2>
Type in your username: <INPUT NAME="username"> <P>
Type in your password: <INPUT TYPE="password" NAME="password"> <P>
To log in, press this button: <INPUT TYPE="submit"
VALUE="Log In To Remote Service">. <P>
</FORM>
<HR> <P>
<FORM ACTION="lib-ch-example-cgi-form.cgi">
<H2>Logging In To A Remote Service (With Defaults)</H2>
If you wish to log in as a guest, do not change the default values. <P>
Type in your username: <INPUT NAME="username" VALUE="guest"> <P>
Type in your password: <INPUT TYPE="password" NAME="password"
VALUE="guest"> <P>
To log in, press this button: <INPUT TYPE="submit"
VALUE="Log In To Remote Service">. <P>
</FORM>
<HR> <P>
Things you may want to note: <P>
<UL>
<LI> <CODE>INPUT</CODE> elements of type <CODE>PASSWORD</CODE> are
normal text entry fields, except all characters are represented
by an asterisk (<CODE>*</CODE>).
</UL>
<A HREF="lib-ch-example-form-example-7.htm">Back to example 7</A> or
<A HREF="lib-ch-example-form-example-9.htm">forward to example 9</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.