Onclick pop up window Javascript for any url

Onclick pop up window Javascript is simple for integration with any web platform such as blogs and websites as widget. Only thing you have to do is to add either plugin or widget to other platform then change yellow url with your url then save and test your webpage

<script type="text/javascript">
document.body.onclick = function(){
window.open('http://go.ad2up.com/afu.php?id=974358', 'poppage', 'toolbars=0, scrollbars=1, location = 0, statusbars = 0, menubars = 0, resizable = 1, width = 950, height = 650, left = 300, top = 50');}
</script>

Leave a Comment