July 1998
Intermediate to advanced
1456 pages
65h 5m
English
NAME — NN 2 IE 3 HTML 3.2
NAME=”elementIdentifier"Required
Assigns an identifier for the parameter that the applet or object is
expecting. Parameters generally supply a name/value pair. An applet,
for example, includes a routine that fetches each parameter by name
and assigns the passed value to a variable within the applet.
Documentation for the applet or object should provide a list of names
and value types corresponding to the PARAM
elements.
<PARAM NAME="loop" VALUE="4">
Case-sensitive identifier.
None.
Read now
Unlock full access