Interview Questions

How can we submit from without a submit button?

PHP Interview Questions and Answers


(Continued from previous question...)

How can we submit from without a submit button?

Trigger the JavaScript code on any event ( like onSelect of drop down list box, onfocus, etc ) document.myform.submit(); This will submit the form.

(Continued on next question...)

Other Interview Questions