JavaScript Programmer’s Reference OBJECT.data (Property) A URL that

JavaScript Programmer’s Reference OBJECT.data (Property) A URL that points at a file containing data that the OBJECT element can access. 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.data This is intended for passing in a URL that the ActiveX object can use to access some data service that is online and available for access via the network. It is not the URL of the ActiveX object itself. Property attributes: ReadOnly. OBJECT.declare (Property) A means of defining the object without activating it. Availability: DOM level 1 JavaScript 1.5 Netscape 6.0 Property/method value type: Boolean primitive JavaScript syntax: N myOBJECT.declare Declaring an OBJECT in this way may be useful when referring to the object from elsewhere in the page or from within another object. Sometimes you simply want to know something about it, perhaps one of its parameters. For video players, sometimes its useful to instantiate the OBJECT into the display without playing the video right away. OBJECT.form (Property) The form that an object belongs to if it is used for form input. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: Form object JavaScript syntax: -myOBJECT.form 1598

Leave a Reply