passing submit id via form.submit()
Posted: Wed Jul 12, 2006 1:36 pm
I have been searching through the forums for an answer but i dont think i was using the right terms so i figured i'd post this up...
i have a form with to image button used as submit buttons.
both have different values that are relevant for the execution of PHP code
However both have a javascript confirm prompt that when success executes the form to submit
However i note that while Firefox is able to POST the submit value of the clicked submit button regardless that is is submitted via the form.submit() command...
With IE the submit value is not passed as a POST
What gives here...?
Are there any workarounds u recommend?
Kendall
i have a form with to image button used as submit buttons.
both have different values that are relevant for the execution of PHP code
However both have a javascript confirm prompt that when success executes the form to submit
However i note that while Firefox is able to POST the submit value of the clicked submit button regardless that is is submitted via the form.submit() command...
With IE the submit value is not passed as a POST
What gives here...?
Are there any workarounds u recommend?
Kendall