posted 18 years ago
Hi there,
if you are writing the pop-up like this:
var handler = window.open("popup.html");
then the following code, will put the focus on pop-up, whuch means pop-up will always be displayed on top every-time, you are creating.
"handler.focus();"
That's it.
Refreshing life every moment...