JavaScript Form Submit - Confirm or Cancel Submission Dialog Box

前端 未结 6 1506
一生所求
一生所求 2020-11-22 15:13

For a simple form with an alert that asks if fields were filled out correctly, I need a function that does this:

  • Shows an alert box when button is clicked w

6条回答
  •  广开言路
    2020-11-22 15:46

    A simple inline JavaScript confirm would suffice:

    No need for an external function unless you are doing validation, which you can do something like this:

    
    
    

提交回复
热议问题