|
|
Q907 How can I open a popup window - once only - when my frameset loads?
irt.org | Knowledge Base | JavaScript | Window | Q907 [ previous next ] Q907 How can I open a popup window - once only - when my frameset loads?The easiest thing to use is the Framesets onLoad event handler:
This way the window will be opened when the complete frameset loads first time. If the user navigates your site within the frames then the popup will not load again. |
-- div -->
|