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?