Web hosting billing - A Applet.object (Property) Objects are identified either
A Applet.object (Property) 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. Property attributes: ReadOnly. Applet.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: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: Applet object JavaScript syntax: -myApplet.object There are occasional namespace conflicts when using applets. Public properties are created in a different environment, but are published into the JavaScript namespace and take precedence over the properties of the containing JavaScript object. The problem is exhibited when the name of a public property collides with a property of the containing JavaScript object instantiated by the