one form with different "action"s -without Javascript-?

liunx

Guest
Hi there,<br />
<br />
Is there any way to send a form to different pages depending on which button inside the form is pressed? I know this is child game using JavaScript, but the problem is that my target browsers DO NOT can javascript. In other words, can I specify the "action" in the "submit" button anyhow? BUT I repeat, without Javascript?<br />
<br />
Any ideas will be greatly appreciated :D,<br />
<br />
X<!--content-->a from can theoretically have 1 action. you will have to use 2 or more forms if you want different actions<!--content-->as scoutt said a form can only have one action however, the server-side program that processes your form submissions can perform any number of tasks (updating a database, sending email, logging a transaction) in response to a single form submission<!--content-->
 
Back
Top