Click to See Complete Forum and Search --> : Form action


rav
08-26-2003, 09:18 AM
How can I get a form to open a new window onSubmit and have it's action carried out there?

So, instead of taking the current window to the location specified by "action", have a newly opened window go there instead.

pyro
08-26-2003, 09:22 AM
Add target="_blank" to the <form> tag.