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> |
||
What this will do is create a
new window using the width and height of 640 and 400.
This will only activate after someone has clicked on the appropriate link.
I have it set as a link on my homepage (here)