Frame.noResize (Property)

A switch to control the resize box on a frame.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:Boolean primitive
JavaScript syntax:-myFrame.noResize

This is a Boolean value to turn the frame resizing control on and off. Unlike the border control, this is a truly Boolean value accepting either true or false as its setting.

See also:IFRAME.noResize