Creating a Easy Popup Window for your site

       So you want to open your flash site in it's own little popup window. Here is a good and easy way of doing just that.
       Of course your going to need to use a little javascript for this but take and use the code.

                 

<a href="#somename" onClick="MyWindow=window.open('http://www.yourpage.com/yourlink.html','MyWindow', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes, width=640,height=400,left=20,top=20'); return false;">Name of Link Page</a>

 

Hosted by www.Geocities.ws

1