Using HTML, when I link to another page to open in a new window how can I set the size of this new window?
Any advice appreciated.
Printable View
Using HTML, when I link to another page to open in a new window how can I set the size of this new window?
Any advice appreciated.
Sorry, there doesn't seem to be a way to do it using plain HTML, you will have to use JavaScript.
Goto http://webreference.com/js/tutorial1/ for a tutorial on popping up browser windows using JavaScript.