July 1998
Intermediate to advanced
1456 pages
65h 5m
English
NAME — NN 2 IE 3 HTML n/a
NAME=”elementIdentifier"Optional
Assigns an identifier to the entire FORM element.
This value is particularly useful in writing scripts that reference
the form or its nested controls.
<FORM NAME="orders" METHOD=POST ACTION="http://www.giantco.com/cgi-bin/order"> ... </FORM>
Case-sensitive identifier.
None.
[window.]document.forms[i].name
[window.]document.formName.name
[window.]document.forms[i].name
[window.]document.formName.name
Read now
Unlock full access