![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is this possible? If yes, I thank you in advance for any tips. |
#3
| |||
| |||
|
|
Is it possible to have two actions command within the same html form? |
#4
| |||
| |||
|
|
Greetings from Paris: Is it possible to have two actions command within the same html form? |
#5
| |||
| |||
|
|
cjoly (AT) bigfoot (DOT) com (Christophe) writes: Is this possible? If yes, I thank you in advance for any tips. No. What you can do, is to collect the data manually (with Javascript) and build an URL corresponding to what the form would send, and then send it yourself before the form is submitted. /L |
#6
| |||
| |||
|
|
Christophe wrote: Is it possible to have two actions command within the same html form? No (not in any sensible way anyway). Have the action point to one script that does two jobs (or does one job then performs an http redirect to another script to do a different job). |
#7
| |||
| |||
|
|
"Christophe" <cjoly (AT) bigfoot (DOT) com> wrote in message news:70c551b6.0309191253.28e695d3 (AT) posting (DOT) google.com... Greetings from Paris: Is it possible to have two actions command within the same html form? I'm really not sure about this but there's this: form ....... onSubmit="" I use this to run some javascript form_fields check before performing the form action one could perhaps trigger the script from here?? correct me if Im wrong Gordan :-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |