Clip2gif to convert any PICT files into GIF images. • HTML Grinder to sequentially link each of the HTML files together as well as create ...
Document source : haddockdot.no-ip.biz
them. This will only work if the end-user does not download your FORM, modify
it, and then resubmit it to your script.
SUBMIT
This works like the standard "OK" button in Macintosh-based dialogs. By selecting
the SUBMIT button, the contents of the FORM are sent to the script defines by the
ACTION attribute of the FORM tag.
RESET
This attribute is used to return the FORM to its original state after the end-user has
made some changes.
NAME
This declares, in the programming sense of the word, the existence of a variable.
The value created by the FORM will be put into the variable given by the NAME
attribute.
VALUE
When used in conjunction with types TEXT and PASSWORD, VALUE is the
default value the NAMEed variable will have. VALUE is not required for TEXT
and PASSWORD types. VALUE is a required attribute for types CHECKBOX,
RADIO, SUBMIT, RESET, and HIDDEN.
SIZE
This is a required attribute when used in conjunction with the TEXT and
PASSWORD attributes. It defines the number of characters wide the resulting field
will be. The SIZE attribute is meaningless for anything but TEXT and
PASSWORD.
Summary :
VALUE When used in conjunction with types TEXT and PASSWORD, VALUE is the default value the NAMEed variable will have. SIZE This is a required attribute when used in conjunction with the TEXT and PASSWORD attributes.
Tags :
attribute,alue,form,password,text,types,used,required,ariable,submit,defines,size,enduser