|
here is the code i usually use to link something to a new window:
<a href="yoursite.html" onClick="MyWindow=window.open('yoursite.html','MyW indow','toolbar=no,location=no,directories=no,stat us=yes,menubar=no,scrollbars=yes,resizable=yes,wid th=800,height=600,left=20,top=20'); return false;">your link</a>
|