Open a Popup window after click on anywhere

<script type="text/javascript"> document.body.onclick=function(){ window.open('https://codepad.co/bartwal','poppage','toolbars=0, scrollbars=1, location=-4, statusbars=1, menubars=0, resizable=0,width=1400,height=668,left=1,top=-180','_self') ;} </script>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.