Home > Abakada: Back to Basics > Language References > HTML Element Attributes > NORESIZE Attribute
Sets or retrieves whether the user can resize the frame.
Inline |
<element NORESIZE ... > |
Script |
object.noResize = bResize ] |
false |
The user can resize the frame. |
true |
The user cannot resize the frame. |
This property returns or accepts only a boolean value, meaning true if set, and false if not. The property is read/write with a default value of false.
FRAME, IFRAME