How can we submit a form without a submit button?
Answer Posted / mani kumar
By using the javascript events on the html elements you can
submit the form values like,onblur(),onchange(),
onmouseup(), etc...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Suppose your zend engine supports the mode ?> Then how can you configure your php zend engine to support Mode ?
How does php sessions work?
How can we automatically escape incoming data?
Tell me what is the main difference between require() and require_once()?
Tell me how comparison of objects is done in php5?
List data types in PHP?
What is whitespace in html?
How to read one character from a file?
Can I write php code in html file?
What is overloading and overriding in oop?
How failures in execution are handled with include() and require() functions?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What are the advantages of using php?
Explain what does the function get_magic_quotes_gpc() means?
What is the use of imagetypes() method?