|
|
Q1338 How can I keep two popup windows in focus?
irt.org | Knowledge Base | JavaScript | Window | Q1338 [ previous next ] Q1338 How can I keep two popup windows in focus?Use timers in each to continually set the focus to each popup window. Add the following code to each popup window:
Note that this will interfere with any forms field editing that the user may be performing. |
-- div -->
|