Window Sizing without JavaScript
date posted 12th January 2003 18:19
This is a question that seems to be rather basic on the face of it, but I
just can't find an answer.
I need to open a new window from a form submit button, and at the same time
pass some PHP variables in hidden fields. The new window must open at a
specific size. I know that I can use a JavaScript
"action=window.open(url);" kind of thing, but the variables are not passed,
even as a URL query string.
Any ideas folks?
Derek