Applet.height (Property)

The height 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.height

The extent rectangle around the applet reserves some space in the display before the applet is loaded. The height 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.width

Property attributes:

ReadOnly.