Help adding into site

Joined
Jan 11, 2008
Messages
405
Reaction score
0
Hey everone im trying to add something into my site
popup code

<script language="JavaScript">
function Ads(){
myleft=(screen.width)?(screen.width-300)/2:100;mytop=(screen.height)?(screen.height-400)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width=300,height=400,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no'
Ads=window.open('http://adclick.adster.com/click.php?link_id=10562&napid=25503&napub=23906','Ads', settings);
Ads.focus();}
</script>

lunch code

<body onload="javascript:Ads()">
But nothing popups? how do i add this
 
I know honestly you need to stop these threads, good search god sake i made a popup window in 2 minutes
 
Back