Soldato
- Joined
- 20 Oct 2002
- Posts
- 3,923
- Location
- London
i'm using the following code to give my popups priority, so they'll always come back to the front when clicked again:
<SCRIPT TYPE="text/javascript">
<!--
window.focus();
//-->
</SCRIPT>
it works fine in IE, but in firefox the popups stubbornly stay in the background.
The first time I click the link the popup pops up in front, but if I then click back on the main page again without closing the popup and then click on a link to open the popup again, it won't come back to the front.
Any ideas how to get the popups working the same in firefox gratefully received. Thanks
<SCRIPT TYPE="text/javascript">
<!--
window.focus();
//-->
</SCRIPT>
it works fine in IE, but in firefox the popups stubbornly stay in the background.
The first time I click the link the popup pops up in front, but if I then click back on the main page again without closing the popup and then click on a link to open the popup again, it won't come back to the front.
Any ideas how to get the popups working the same in firefox gratefully received. Thanks
