free web site traffic and promotion

Thursday, 5 July 2012

How to make a Pop-Up window

Quick Java Script on how to make an html popup insert...
Copy Code|
""""""""""""""""""""""""""""""""""""""""""""""""""""
<script type="text/javascript"> function daPopUp(url) {    popupWindow = window.open(       url,'popUpWindow','height=600,width=800,left=20,top=20,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes') } </script> <a href="JavaScript:daPopUp('http://www.yoursite.com');">Open Your Site in a Pop-Up</a>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""


0 comments:

Post a Comment