JAVASCRIPT FOR ONCLICK POP UP WINDOW FOR ANY URL


This JavaScript is simple to integrate with any web platform such as blogs and websites as widget. Only thing you have to do is to add either plugins 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>

0 comments