Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q448 Do you know how I can detect when a frame in a frameset is resized?

irt.org | Knowledge Base | JavaScript | Frame | Q448 [ previous next ]

Q448 Do you know how I can detect when a frame in a frameset is resized?

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.

Netscape Navigator 4 and Internet Explorer 4+ also support an onResize event handler in the frameset tag:

<frameset onResize="...." cols="50%,*">
  <frame src="page1.htm">
  <frame src="page2.htm">
</frameset>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.