Q 30 What is the event name which
gets triggered when the submit
button is pressed on the form?
Oonkeypress()
O onsubmit()
O onresume()
O onload()
Answers
Answered by
5
Answer:
Event: submit
Both actions lead to submit event on the form. The handler can check the data, and if there are errors, show them and call event. preventDefault() , then the form won't be sent to the server.
Answered by
4
Answer:
Event: submit
Both actions lead to submit event on the form. The handler can check the data, and if there are errors, show them and call event. preventDefault() , then the form won't be sent to the server.
Explanation:
jaldi jaldi upar wale ko thanks kalo☺️
Similar questions