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

Dong, Roland Roland_Dong at parade.com
Mon Aug 14 17:03:53 CDT 2006


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