//Pop-up Window\\
Copy the code below and insert it into your page wherever you want the link to show.
<a href="http://your url.com" onClick="crush=window.open('http://your
url.com', 'popup', 'toolbar=no, location=no, directories=no, status=yes, menubar=no,
scrollbars=yes, resizable=no, width=270,height=300'); return false;">click
me</a>
Change your url.com to your sites link and resize the width and height to your liking and your good to go.
|
|