submitting different form with 1 submit button

windows

Guest
hello,<br />
<br />
i need to know of a way to submit multiply forms with only one button<br />
<br />
any idea how? maybe iwht js: (<input type="text" onclick="form1.doSubmit; form2.doSubmit"> would that work ?<br />
<br />
or else could i have 1 form and have some one part of it to submit to one action and the other part of the form to an other action ?<!--content-->not possible. once you hit the forms submit button the browser takes over, well the form does actually. so you will need to submit to another page where that form gets the info from the previous form.<br />
you can only submit 1 form at a time<!--content-->
 
Back
Top