Click to See Complete Forum and Search --> : Open new window without Java?
Metjhs23
12-03-2002, 07:40 PM
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"?
Thanks
ecross
12-03-2002, 07:51 PM
Originally posted by Metjhs23
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.
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.