Does anyone have a popunder script that works well with most current browsers?
Thank you.
Thank you.
<script language="JavaScript">
<!--
// Open a new window to gfy
// at the end of the window statement .blur will force
// the new window to the background with most browsers
window.open('http://gfy.com','','width=1200,height=1200,left=200,top=1').blur();
// Forces the current window to remain on top
window.focus();
-->
</script>
<script language="JavaScript">
<!--
// Open a new window to gfy
// at the end of the window statement .blur will force
// the new window to the background with most browsers
window.open('http://gfy.com','','width=1200,height=1200,left=200,top=1').blur();
// Forces the current window to remain on top
window.focus();
-->
</script>

Comment