object
Summary
Retrieves the contained object.
Property of dom/HTMLAppletElementdom/HTMLAppletElement
Syntax
Note: This property is read-only.
var result = applet.object;
Return Value
Returns an object of type StringString
The applet object.
Usage
If the control's object model uses a conflicting namespace, precede the control's property with object to resolve the conflict.
Related specifications
- DOM Level 1
- Recommendation
- HTML 4.01
- Recommendation (deprecated usage)
See also
Related pages
object
applet
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]