Page 1 of 1

form submittion problem

Posted: Sat Sep 17, 2005 1:54 pm
by rajan
how to submit two form in one click one by one

Posted: Sat Sep 17, 2005 2:12 pm
by feyd
you can't really.. client side wise anyways... the server can make a proxy like form submission "on behalf" of the user... sorta..

Posted: Mon Sep 19, 2005 3:35 am
by n00b Saibot
feyd wrote:the server can make a proxy like form submission "on behalf" of the user... sorta..
cURL library is for you

Posted: Mon Sep 19, 2005 4:20 am
by CoderGoblin
Only way I can see of doing it is to have the forms in separate frames/iframes and have javascript submit both. Messy though. Can't you make it one form as this would be far neater and maintainable.