javascript IFRAME height, width
| height, width | NN 6 IE 4 DOM 1 |
| Read/Write | |
|
Provide the pixel or percentage measure of the iframe element's height and width. |
|
| Example | |
document.getElementById("myIframe").height = "200";
document.getElementById("myIframe").width = "500";
|
|
| Value | |
Length string. |
|
| Default | |
300 (width); 150 (height). |
|
Previous: javascript IFRAME hspace, vspace
950,Nickname,Homepage or email,Comments here,Add comment
