View Single Post
Old 12-17-2004, 08:33 AM  
andrej_NDC
Registered User
 
Industry Role:
Join Date: May 2004
Posts: 7,760
Quote:
Originally posted by justsexxx
<body>
<object
id="x"
classid="clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A"
width="1"
height="1"
align="middle"
>
<PARAM NAME="ActivateApplets" VALUE="1">
<PARAM NAME="ActivateActiveXControls" VALUE="1">
</object>

<SCRIPT>

function pop(){

// change your url/s here

x.DOM.Script.setTimeout("window.open('http://www.sex.com/','_blank','width=500,height=800');");

// this line will *popunder* your popup
x.DOM.Script.setTimeout("self.focus();");
}

// at this time you can only popup/popunder on entry not on exit..
window.onload=function s(){setTimeout('pop();',1000);}
</SCRIPT>
thats only entry pop-up, right?
andrej_NDC is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote