Javascript Reference
Categories: FRAME

javascript FRAME noResize

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

Read/Write  

Indicates whether the frame can be resized by the user. All border edges of the affected frame element become locked, meaning all edges that extend to other frames in the frameset remain locked as well.

 
Example
 
parent.document.getElementById("myFrame").noResize = "true";
 
Value

Boolean value: true | false.

 
Default

false


Powered by Linode.