Showing posts with label How can we submit from without a submit button?. Show all posts
Showing posts with label How can we submit from without a submit button?. Show all posts

Saturday, May 16, 2009

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.