HELP! * GREY=local LOCAL HTML version of Foils prepared 10 Sept 1996

Foil 26 Example Form

From Introduction to HTML--ECS400 fall 96 ECS400 Senior Undergraduate Course -- Fall Semester 96. 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 Wed Feb 19 1997