home *** CD-ROM | disk | FTP | other *** search
- <TITLE> input fields tags</title>
- <h1>inputs</h1>
-
- <hr>
- <form>
- A very basic input box
- <input NAME="From" value="from">
-
- <hr>
- text area
- <textarea NAME="From" value="from" type=text rows=5 cols=30>
- <hr>
-
- submit and reset icons.
-
- <input value="submit" Type="submit">
- <input value="reset" Type="reset">
- <hr>
- check boxes and radio icons
- <input name=check Type="checkbox" value="check">
-
- <input name=radio Type=radio value="radio">
- <input NAME=radio value="radio2" Type=radio>
-
- <hr>
-
- a password box
- <input name=password Type=password value="passwd">
- <HR>
-
- A box of selectable options
-
- <select NAME="direction">
- <OPTION >North
- <OPTION >East
- <OPTION >South
- <OPTION >West
- </select>
- </form>
-
- <HR>
- <isindex><br>
- <isindex action=files/search.sh><p>
- <isindex prompt="Type it in this box"><br>
- <isindex action=files/search.sh prompt="Type it in this box">
- </form>
-