Hi!
I have a webpage which opens a new page with a link like this:
<a href="#" onclick="openInfoWindow('xxx.jsp', 600, 800)">Link</a>
Can anybody help me on how I can control so that the focus is always on the new window, e.g. the user can not access the original webpage until the new one (xxx.jsp) is closed. I guess by the help of a eventlistener, but I am not sure how to use it.
Regards
Pichdude
I have a webpage which opens a new page with a link like this:
<a href="#" onclick="openInfoWindow('xxx.jsp', 600, 800)">Link</a>
Can anybody help me on how I can control so that the focus is always on the new window, e.g. the user can not access the original webpage until the new one (xxx.jsp) is closed. I guess by the help of a eventlistener, but I am not sure how to use it.
Regards
Pichdude