This documentation is archived and is not being maintained.
noresize attribute | noResize property
Sets or retrieves whether the user can resize the frame.
Syntax
| HTML | <element noresize="p" ... > |
| JavaScript | p = object.noResize |
Property values
Type: Boolean
false (false)
-
Default. User can resize the frame.
true (true)
-
User cannot resize the frame.
See also
-
frame
-
iframe