i want to make a button when click opening popup window with google adsense or any other..we need to click ads for continue download button..(this button has 10 second timer)
here i have code please modify this if you can..
<input id="submit" type=submit value='<?php echo _sbdown; ?>' onClick="window.open('http://www.mysite.com/ads.html','mywindow','width=400,height=200')"/>
_sbdown = Download
this code will open a new window..but how can i integrade it to 10 second timer + click ads to continue??
thanks a lot