Calibration method for multiple submission form

zhaozj2021-02-17  51

Sometimes we need to submit a page form to a different page, and the process is generally used to dynamically give the Action in the onClick event, as in the following example:

At this point, the verification of the table order is only placed in the OnClick event, but the problem will be submitted to the form regardless of whether or not verification is verified. Because this button is a Submit type.

For this issue, my solution is like this: