IFRAME.name (Property)

The value of the NAME="..." HTML tag attribute.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myIFRAME.name

This reflects the value defined in the HTML tag attribute. It's not likely that you would want to change it.

See also:Window.name