|
|
Q158 How can I create a window on the initial loading of a page, but keep it hidden until it is used?
irt.org | Knowledge Base | JavaScript | Window | Q158 [ previous next ] Q158 How can I create a window on the initial loading of a page, but keep it hidden until it is used?When opening the new window using window.open(), follow it with a self.focus();
Feedback on 'Q158 How can I create a window on the initial loading of a page, but keep it hidden until it is used?' |
-- div -->
|