Set a form's action attribute when submitting?

后端 未结 7 1238
情话喂你
情话喂你 2020-12-03 00:45

How do I change a form\'s action attribute right after clicking the submit button?

7条回答
  •  失恋的感觉
    2020-12-03 01:31

    Attach to the submit button click event and change the action attribute in the event handler.

提交回复
热议问题