Re: How do I open text in a new window of fixed size?
Code:
<a href="#" onClick="MyWindow=window.open('yourname.html','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=350'); return false;">text</a>
|