set size of window on load
Hi,
I'm opening a new window(target= "_blank") from a submit button. I would like to be able to set the size of this new window.
I know how to do it with javascript on a standard hyperlink, but I'm not sure how to do it when using a submit button.
Can I set the size of the new page from within that new page?
That is, instead of setting the size using javascript on the parent page, you set the size of the child page from within the child page.
I hope that makes sense. Alternatively, is there a way of using the javascript with the submit button?
cheers
s
|