1.

How Can We Submit A Form Without A Submit Button?

Answer»

If you don't want to use the Submit BUTTON to submit a FORM, you can use normal hyper LINKS to submit a form. But you need to use some JAVASCRIPT code in the URL of the link. For example:
&LT;a href="javascript: document.myform.submit();">Submit Me</a>.

If you don't want to use the Submit button to submit a form, you can use normal hyper links to submit a form. But you need to use some JavaScript code in the URL of the link. For example:
<a href="javascript: document.myform.submit();">Submit Me</a>.



Discussion

No Comment Found