Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q328 How can I detect when a frame in a frameset is resized?

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.

©2018 Martin Webb