Search w3schools.com:

SHARE THIS PAGE

HTML onresize Event Attribute

HTML Event Attributes HTML Event Attributes

Example

Execute a JavaScript when the browser window is resized:

<body onresize="showMsg()">

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The onresize event attribute is supported in all major browsers.


Definition and Usage

The onresize attribute fires when an object is resized.

The onresize attribute is most often used when the browser window is resized.


Differences Between HTML 4.01 and HTML5

None.


Syntax

<element onresize="script">

Attribute Values

Value Description
script The script to be run on onresize


HTML Event Attributes HTML Event Attributes

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]