|
|
Q587 Can I create a window that stays on top, but does not interfere with the other items open on the desktop?
irt.org | Knowledge Base | JavaScript | Window | Q587 [ previous next ] Q587 Can I create a window that stays on top, but does not interfere with the other items open on the desktop?Not really. You need to use the onBlur event handler within the remote window to regain the focus - this has the adverse effects on some browsers of not letting you converse with any other window. You could try using a delay:
Which gives a five second delay before refocusing the remote window. |
-- div -->
|