HTMLFrameElement.NoResize Property |
Gets or sets a value indicating whether the frame is resizable.
[VBScript] Public Property NoResize As Boolean
[JScript] public function get NoResize() : Boolean; public function set NoResize(Boolean);
true to prevent user from resizing the frame; otherwise, false.
HTMLFrameElement Object | HTMLFrameElement Members | DOM Namespace