Andrew Pratt
Senior HTF Member
- Joined
- Dec 8, 1998
- Messages
- 3,806
I am trying to open a new window from a link on a html page. The problem I'm having is that I want the new window to be maximized and have no status bar, tool bar etc. I've figured out how to get rid of the toolbars etc but I'm stuck on the maximized new window. I have tried using screen.height and screen.width in place of hard values (1024 and 768 which work fine but I can't always be sure my users will have their home PC's set to that resolution)
I found a javascript that looked like it would work but it doesn't seem to work properly (I'm using IE6)
This is the script I was trying to use....
I found a javascript that looked like it would work but it doesn't seem to work properly (I'm using IE6)
This is the script I was trying to use....
