View Single Post
Old 07-21-2010, 07:31 AM  
dicksman42
Confirmed User
 
Join Date: Jan 2007
Posts: 318
I've been using this,I guess I need something else
<SCRIPT LANGUAGE="JavaScript">

function myopen()
{
myWin = open('', 'winin','');

if (myWin) {
myWin.blur();
myWin.location = "site";

self.focus();
}
}

myopen();

</script>
dicksman42 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote