HTML DOM onresize Event
The HTML DOM onresize event occurs on the browser window resize. Only the <body> tag support this event. To get the size of the window use: clientWidth, clientHeightinnerWidth, innerHeightouterWidth, outerHeightoffsetWidth, offsetHeightIn HTML: <element onresize="myScript">[GFGTABS] HTML