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!