|
|
Q980 Is it possible to create an independent window that is always on top, but which doesn't interfere with the use of any other windows?
irt.org | Knowledge Base | JavaScript | Window | Q980 [ previous next ] Q980 Is it possible to create an independent window that is always on top, but which doesn't interfere with the use of any other windows?You don't seem to want a modal window - i.e. one that keeps on top and doesn't let you interact with other windows. You can use a timer to bring the popup window to the top after a few seconds with:
Or in Netscape Navigator 4+ you could request extra privileges from the user when creating a window so that it is always raised:
|
-- div -->
|