html Q. submit form
html Q. submit form
- Started
- Last post
- 1 Response
- Mick
Anyone know how to submit a form and make it perform the submit in a new window (leaving the page with the form in the window underneath). So basically it is submitting the form with a target=_blank
I've tried playing with some javascript to get it to work but no go for me.
- Mick0
Nevermind - stupid target=_blank in the form tag worked ;)