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);

Property Value

true to prevent user from resizing the frame; otherwise, false.

See Also

HTMLFrameElement Object | HTMLFrameElement Members | DOM Namespace