Open new window without Java?

I need a link to open a page in a new window, and the window to be a specific size with no nav bar, links bar etc. I know how to do this with javascript but is there a less messy html mehtod of doing it? Additional tags to target="_blank"? <br />
<br />
Thanks<!--content-->Originally posted by Metjhs23<br />
I need a link to open a page in a new window, and the window to be a specific size with no nav bar, links bar etc. <br />
<br />
You can open a new window in HTML, but you can't make it open a new window with a specific size. You have to do that in Javascript.<!--content-->
 
Back
Top