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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -