You are here: irt.org | FAQ | JavaScript | Frame | Q328 [ previous next ]
Both Netscape Navigator 4 and Internet Explorer 4 provide support for the onResize event handler, which can be used as follows:
<BODY onResize="....">
When a frame is resized the onResize event handler in the body tag is triggered.