|
|
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:
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:
|
-- div -->
|