need help in popup timer

<script type="text/javascript">
document.body.onclick= function(){
window.open('http://www.MYSITENAME.com', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=650, height=650, left = 300, top = 50');}</script>
this code is working fine, only prob. is […]

See original post by invalid@example.com (indiasbull)

Leave a Reply