Monday, November 10, 2008

Question: How can we submit from without a submit button?

Question: How can we submit from without a submit button?
Answer:
Trigger the JavaScript code on any event (like onselect of drop down list box‚ onfocus‚ etc) The javscript code to submit the form is: document.myform.submit();

No comments:

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...