IFRAME.noResize (Property)

A switch value that controls whether the <IFRAME> can be resized or not.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyIFRAME.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.

However, it has no effect whatsoever - this is because inline frames can't be resized in Internet Explorer 4.0 anyway.

See also:Frame.noResize