Name

NAME — NN 2 IE 3 HTML 3.2

Synopsis

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.

Example

<PARAM NAME="loop" VALUE="4">

Value

Case-sensitive identifier.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.