Thursday 22 August 2013

pop under ad on click for website



This code paste in between <head> and </head>

 <script type='text/javascript'>
    function popUnder() {
      var adv = window.open('http://adf.ly/Tg1L9', '_blank', 'status = 1, height = 600, width = 600, resizable = 1');
      adv.blur();
      window.focus();
    }
</script>



hai
in website replace <body>
<body onclick='javascript: popUnder();' >

No comments:

Post a Comment