Javascript Reference
Categories: APPLET

javascript APPLET height, width

@March 15, 2008, 1:22 a.m.
height, widthFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 1  

Read/Write  

Indicate the height and width in pixels of the element as set by the tag attributes. Changing the values does not necessarily change the actual rectangle of the applet after it has loaded. Not fully implemented in Netscape 7.

 
Example
 
var appletHeight = document.myApplet.height;
 
Value

Integer.

 
Default

None.


Powered by Linode.