Easy Tutorial
❮ Jsref Tolowercase Jsref Nan ❯

Frame noResize Attribute


Definition and Usage

The noResize attribute sets or returns the value of the noresize attribute in a frame element.

The noresize attribute specifies that the frame cannot be resized by the user.

Syntax


Browser Support

All major browsers support the noResize attribute.


Example

In our example, we will first create an HTML document that contains a frameset with two columns. Each column is set to 50% of the browser window:

The source code for "frame_noresize.htm" is as follows:

Example


❮ Jsref Tolowercase Jsref Nan ❯