form submittion problem

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
rajan
Forum Contributor
Posts: 110
Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India

form submittion problem

Post by rajan »

how to submit two form in one click one by one
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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..
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post 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
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post 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.
Post Reply