- 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
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