Consider the following code:
The processform() function is not executed when the submit button is pressed. What change should be made to correct this?
The onsubmit event handler should be added to the <input type=’’ submit’’> tag.
The onsubmit event handler should be added to the<form> tag.
The onfocus event handler should be added to the <form> tag.
The onfocus event handler should be added to the <input type’’ submit’’> tag
Submit