Hi! I just noticed something interesting... When I use target="_blank" on my anchor tag in IE, it opens up a nice little separate browser session window, and that's cool!
Now when I try this in NS, it also opens up a separate browser window, but its GIGANTIC! How can I control the size of the opening browser window in both NS & IE?
THANKS!
andreasfriedrich
5:33 am on Nov 15, 2002 (gmt 0)
To control the size of a new window you need to use JavaScript. Either open the new window with target="name" and adjust the size from within that window or use window.open(url, name, windowspecs) to open a window according to the windowspecs.