JavaScript and client side scripting.
Moderator: General Moderators
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Sat Sep 17, 2005 1:54 pm
how to submit two form in one click one by one
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sat Sep 17, 2005 2:12 pm
you can't really.. client side wise anyways... the server can make a proxy like form submission "on behalf" of the user... sorta..
n00b Saibot
DevNet Resident
Posts: 1452 Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:
Post
by n00b Saibot » Mon Sep 19, 2005 3:35 am
feyd wrote: the server can make a proxy like form submission "on behalf" of the user... sorta..
cURL library is for you
CoderGoblin
DevNet Resident
Posts: 1425 Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany
Post
by CoderGoblin » Mon Sep 19, 2005 4:20 am
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.