I'm designing an ad landing page for a client. I need to have it set that when a customer clicks on the "terms and conditions" link it opens as a pop up. One of those 400 or 500px by 700 pop ups or something like that size that don't have a nav toolbar or URL. hard to explain but i think some of you will know what i'm talking about. thanks for the help!
<script language="JavaScript"> <!-- function win() { window.open("window.php","Window","menubar=no,width=400,height=700,toolbar=no"); } //--> </script> <a href="javascript:win()"; return true;">Open Window</a>
<a href="http://www.design.bpupil.com">Design by Kaushik</a> | <a href="http://www.google.com">Google</a> | <a href="http://www.yahoo.com" target="_blank">Yahoo</a> simple example..