basically i have a form. when i click the submit button and want to open a new window and have the form variables posted to it? Is this possible using javascript?
If so does anyone have an example of how i can do this?
Although if the data is more than around 1K or so, the URL method will most likely fail in a lot of browsers - so setting your form's target to be a new window (and yes - you can target popup windows) would be a better move.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.