Using Javascript, How do I bring an already existing open window to the front on top of other window
Posted
by user268249
on Stack Overflow
See other posts from Stack Overflow
or by user268249
Published on 2010-03-27T19:09:02Z
Indexed on
2010/03/27
19:13 UTC
Read the original article
Hit count: 278
The question was fairly descriptive but I'll describe it further.
Basically, I have Window1, clicking a button link opens window2. Clicking a button in window2 opens window3, clicking a button in window3 should bring window2 back to the front of the screen on top of window2.
I'm not sure how this is exactly done, however I have used and played around with focus(), opener and other various methods and I cannot seem to get it to work properly.
Thanks for any help in advance!
© Stack Overflow or respective owner