|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is there a way to have one form use two different scripts for different input values with one submit button?
|
|
#2
|
|||
|
|||
|
sure but you'd need to fix it up with javascript to branch to the different scripts. use something other than a submit button, like a normal input button, and on the click event call a javascript function that builds your query string and decides which script to call. make your decision and redirect the page to your script w/ the query string attached to end of the url. hope that helps. word.
------------------ Ryan Schaeffer Senior Applications Developer Thinksource, Inc. www.thinksource.com |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Multiple script form action |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|