View Single Post
  #2 (permalink)  
Old 05-05-08
tbp tbp is offline
Registered User
 
Join Date: Dec 2006
Posts: 1,999
Thanks: 0
Thanked 18 Times in 18 Posts
tbp is an unknown quantity at this point
  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>
Reply With Quote