Renegade
07-03-2001, 02:03 PM
I'm looking for a GOOD way to blurr a window. What i'm using now :
<script language="Javascript">
wsWin = window.open('','ws_console');
wsWin.blur();
wsWin.location = 'http://www.sex.com';
</script>
With this script, sometimes in IE it pops in front of the main page instead of the back of it, and i heard the script i use doesn't work in AOL browsers as well... someone has a decent well working one ??? you would help me a lot.... thanks !
<script language="Javascript">
wsWin = window.open('','ws_console');
wsWin.blur();
wsWin.location = 'http://www.sex.com';
</script>
With this script, sometimes in IE it pops in front of the main page instead of the back of it, and i heard the script i use doesn't work in AOL browsers as well... someone has a decent well working one ??? you would help me a lot.... thanks !