Applet.width (Property)

The width of the applet extent rectangle in pixels.

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:-myApplet.width

The extent rectangle around the applet reserves some space in the display before the applet is loaded. The width of that extent rectangle is specified in this property and is normally measured in pixels. Length values controlled by CSS styles allow for sizes to be specified in other measurement units.

See also:Applet.height

Property attributes:

ReadOnly.