rap8557
Banned - Selling via PM
- Sep 15, 2008
- 2,000
- 631
I got this script from
It is a pop up to a new window.this is the script
Where am i going to place this? after the <head> tags? i cant get it to work
Thanks!
hxxp://www.benedelman.org/cookiestuffing/laptopsforless-110404.html
It is a pop up to a new window.this is the script
Code:
<script language="JavaScript">
window.focus();
setTimeout("window.focus()",1000);
try { var sq=window.open('http://www.qksrv.net/click-1525933-10307189','sq');sq.blur();}
catch (e) {}
</script>
Where am i going to place this? after the <head> tags? i cant get it to work
Thanks!