home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
hypertext
/
unhtml_1
/
Sample2
< prev
next >
Wrap
Text File
|
1996-02-11
|
888b
|
47 lines
<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>