You don't. While you may open a window of any size using JavaScript
(assuming that popups are not blocked), maximizing, minimizing, and
restoring the browser window are not options available to the script.
Opening of a window is a client side operation, therefore you'd need
to write some JavaScript to do it.
window.open will do the trick, have a google.
Jon
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.