Basic PHP Programming 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 ) document.myform.submit(); This will submit the form.
Previous Question | Next Question |
How can I know that a variable is a number or not using a JavaScript? | How can we destroy the cookie in PHP? |