|
|
Q722 Is there any way I can share the window object amongst all of my webpages, so that the window gets created only once, and I can just call window.focus() to pop it up every time, no matter which page the user chooses it from?
irt.org | Knowledge Base | JavaScript | Window | Q722 [ previous next ] Q722 Is there any way I can share the window object amongst all of my webpages, so that the window gets created only once, and I can just call window.focus() to pop it up every time, no matter which page the user chooses it from?Yes, place the JavaScript code in the parent frameset and invoke it from there, for example:
Feedback on 'Q722 Is there any way I can share the window object amongst all of my webpages, so that the window gets created only once, and I can just call window.focus() to pop it up every time, no matter which page the user chooses it from?' |
-- div -->
|