HELP! * GREY=local LOCAL HTML version of Foils prepared 6 June 1996

Foil 26 Example Form

From Introduction to HTML ECS400 Senior Undergraduate Course -- Spring Semester 1996. by Nancy J. McCracken * See also color IMAGE

This example asks for the name and email address, some demographics, and for feedback.
Name: <input text name="username" value="noname"><br>
Email: <input text size=30 name="usermail"><br>
Zipcode: <input text name="userzipcode"><p>
<select name="usersex">
<option> Male <option> Female </select><p>
Please send us your comments!<br>
<textarea name="usercomments" rows=6 cols=50> </textarea>
<input type="submit" value="send comments">
<input type="reset" value="clear form">
</form>
Before the end of the form, we will ask for all the information from one customer. (There is no way to tell if two different forms came from the same session.)



Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Feb 18 1997