HTML Forms :
RESET BUTTON
W
hen a visitor clicks a reset button, the entries are reset to the default values.
S
ETTINGS:
B
elow is a listing of valid settings for reset buttons:
HTML
EXPLANATION
EXAMPLE
reset
name=
value=
align=
tabindex=
Reset button
Name of the button.
Text written on the button.
Alignment of the button.
Tab order of the button.
T
he
name
setting adds an internal name to the button so the program that handles the form doesn't confuse the button with the other fields.
T
he
value
setting defines what is written on the button.
T
he
align
setting defines how the button is aligned.
Valid entries are: TOP, MIDDLE, BOTTOM, RIGHT, LEFT, TEXTTOP, BASELINE, ABSMIDDLE, ABSBOTTOM.
The alignments are explained in the image section.
You can learn about the different alignments
here
.
T
he
tabindex
setting defines in which order the different fields should be activated when the visitor clicks the tab key.
A
N EXAMPLE:
L
ook at this HTML example:
<html>
<head>
<title>My Page</title>
</head>
<body>
<form name="myform" action="http://www.mydomain.com/myformhandler.cgi" method="POST">
<div align="center">
<br><br>
<input type="text" size="25" value="Enter your name here!">
<br><input type="submit" value="Send me your name!">
<input type="reset" value="Reset!">
<br>
</div>
</form>
</body>
</html>
A
nd the resulting output from it:
<< PREVIOUS
READ MORE >>
HTML FORMS
INTRODUCTION
EXAMPLES
CGI SCRIPTS
THE FORM TAG
FORM FIELDS
TEXT
PASSWORD
HIDDEN
TEXT AREA
CHECK BOX
RADIO BUTTON
DROP-DOWN MENU
SUBMIT BUTTON
RESET BUTTON
IMAGE BUTTON
QUICK REFERENCE
TAKE THE QUIZ!
HTML TUTORIAL
HTML BASICS
HTML TEXT
HTML LISTS
HTML IMAGES
HTML LINKS
HTML BACKGROUNDS
HTML TABLES
HTML FRAMES
HTML FORMS
HTML METATAGS
HTML HEXCOLORS
HTML QUIZ
HTML REFERENCE
ALL HTML TAGS
HTML 4.0
HTML 3.2
HTML 2.0
NETSCAPE TAGS
MICROSOFT TAGS
TOP TUTORIALS
HTML
JAVASCRIPT
CSS
FLASH
JAVA APPLETS
EchoEcho Hosting!
5000 MB Server space !!
60 GB Traffic/Month !!
Php dynamic pages
Perl/cgi scripts
MySQL databases
Password protected folders
Advanced log file stats
Spam & Virus checked mail
Auto-installed scripts:
Forums, Chat, Shop,
Photo album, Livehelp etc.
Nothing beats this deal:
$7.50/month!
» Read More
DEVELOPER TIP!
"Better Than Books - As Easy As It Gets!"