Re: new window to open as maximized page by Abraham Chaffin on Mar 20, 2008 at 6:06:17 pm
To make your window maximize when it loads you would have to use a custom javascript on page load that maximizes the window. There's no simple command like target="_blank" / target="_maximized" to do this. The user must have javascript enabled for it to work.
Here's the sort of Javascript you might be wanting to run:
There's a couple things wrong there that I put in red. The comma should be a semi colon, and you don't need the starting quote there because it's part of the whole onLoad string.