This page is Almost Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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