[Javascript] Is it possible to use Javascript to submit once fortwo different forms?

John Warner john at jwarner.com
Mon Aug 14 17:36:46 CDT 2006


Yes.

John Warner


> -----Original Message-----
> From: javascript-bounces at LaTech.edu 
> [mailto:javascript-bounces at LaTech.edu] On Behalf Of Dong, Roland
> Sent: Monday, August 14, 2006 6:04 PM
> To: [JavaScript List]
> Subject: [Javascript] Is it possible to use Javascript to 
> submit once fortwo different forms?
> 
> 
> 
> I have two forms in a single jsp which should be submitted to 
> different actions.
> 
> Example:
> 
> <form method=post action="processor1.jsp">
> ......
> 
> </form>
> 
> <form method=post action="processor2.jsp">
> 
> .......
> </form>
> 
>  Is it possible to click sumbit button and have both forms 
> submitted to different actions?
> 
> Thanks,
> 
> Roland





More information about the Javascript mailing list