Is to possible to submit two forms simultaneously?

前端 未结 6 647
说谎
说谎 2020-12-21 13:42

Is to possible to submit two forms simultaneously with either javascript or a submit button?

Form structure is ok something like this:

6条回答
  •  既然无缘
    2020-12-21 14:34

    No, its not possible on a single page.

    AJAX submission could be the aswer, as intimated elsewhere, but another possible solution could be to embed the second form with in another page and put that page within an IFrame on the first page.

    Not sure how that would pan out in reality, but may be worth a go try

提交回复
热议问题