Click to See Complete Forum and Search --> : Submission multiple forms


JanKok
01-13-2003, 04:57 PM
I have two forms on the same page.
One form is hidden and receives the values entered from the form visible for the visitor.

Both forms uses a different cgi script. Is it possible to submit both forms with just one click using JavaScript?

Thanks

khalidali63
01-13-2003, 05:29 PM
using only html and javascript,it doesn't look like it that it can be done.Because when one forms action takes place the rest of the code on the page becomes out of scope.
Khalid