'noResize' Syntax and Note : noResize « Javascript Properties « JavaScript Reference

'noResize' Syntax and Note

Note:

Read and write property. 
Is a frame resizable. 
    
Syntax:
    
document.getElementById("frameID").noResize = value
document.all.frameID.noResize = value // IE only

    

      
      








Related examples in the same category

1.'noResize' Example
2.'noResize' Possible Values
3.'noResize' is applied to