July 1998
Intermediate to advanced
1456 pages
65h 5m
English
NAME — NN n/a IE n/a HTML 4
NAME=”elementIdentifier"Optional
The HTML 4.0 specification provides for a NAME
attribute of the OBJECT element for instances in
which the object is part of a form that is submitted to the server.
The NAME attribute in this case performs the same
function as the NAME attribute of an
INPUT element; it acts as a label for some data
being submitted. The code that is loaded into the
OBJECT element must be programmed to return a
value if it is to be submitted via an HTML form.
<OBJECT NAME="embedded" CLASSID="clsid:83A38BF0-B33A-A4FF-C619A82E891D" HEIGHT=150 WIDTH=250> </OBJECT>
Case-sensitive identifier.
None.
[window.]document.all.elementID.name
Read now
Unlock full access