JavaScript Programmer’s Reference OBJECT.name (Property) The value of (Web site management)
JavaScript Programmer’s Reference OBJECT.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: -myOBJECT.name Objects are identified either by the NAME=” “HTML tag attribute or by the ID=” ” HTML tag attribute. Netscape shows a marginal preference for the name property while MSIE seems slightly better disposed towards the ID property. However in many cases, both browsers support either technique and in some cases will locate items named with either tag as if they existed in a single namespace. See also: NAME=” “, Namespace OBJECT.object (Property) An accessor that yields a reference to the containing JavaScript object when there is a possibility of naming conflicts between internally visible and externally visible property names. Availability: JScript 3.0 Internet Explorer 4.0 Property/method value type: Object object JavaScript syntax: IE myOBJECT.object If a property is a public property of the ActiveX object, and that name coincides with a property of the JavaScript object that is instantiated by the