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
Post a Comment