HTML: Multiple submit buttons in a form, each leading to a different python script? -


how can this? doesn't form have 1 action? if have 3 different buttons @ end of form , each 1 invokes different script? appreciated.

something possible, not in pure html. need javascript that, because html forms action defined in form tag, accepts single action.

using javascript can register differrent handlers click events of different submit buttons, send forms data different locations.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -