Forms

Contents

Forms Tutorial
Forms and CGI
Forms and Scripts
Mailto Forms
Rollover Submit Image
Image as a Reset Button
Submit Image Changes When Data is Ready
Automatically Putting the Cursor in a Field
Submit The Form When The User Presses Enter
Restricting a Field to Alphanumeric Only
Restricting a Field to Numbers Only
Automatically Jumping To The Next Field

<FORM ...>
<INPUT ...>
<TEXTAREA ...>
<SELECT ...>
<OPTION ...>
<BUTTON ...>
<FIELDSET>
<LEGEND ...>
<LABEL ...>
<ISINDEX ...>

Forms Tutorial next page
Forms are the most popular way to make web pages interactive. Like forms on paper, a form on a web page allows the user to enter requested information and submit it for processing. (Fortunately, forms on a web page are processed much faster.)

The following pages provide a beginning tutorial in how to put forms on your web page, how to include scripts, and some other common forms concepts.




About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.