cLFlaVa,
then both forms are written to the same window!
Probably You ony see one - the last.
Avoid that by setting different target="name" in the forms.
Note that target could be the name of an frame or iframe
so you _can_ have the results in the same main window.
-- mats
I don't really understand Your setup but here's how to
send two forms with one click:
Make the button type=button with
onClick="document.thisform.submit();
document.otherform.submit();"
Note! Remove the line break inside the onClick string !
-- mats
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.