How can we submit a form without a submit buttom?
Answers were Sorted based on User's Feedback
Answer / mohamed jamal
on the page unload event write down the submit coding. or
use onBlur event thats also the same functionality. and
call the java script function on Blur. it will submit the
page on closing you dont need to press submit button.
| Is This Answer Correct ? | 2 Yes | 5 No |
Is empty java?
Tell me what is the use of "enctype" attribute in a html form?
Write the statements that are used to connect php with mysql
What is a composer in PHP?
How to remove blank spaces from the string?
What is the difference between require and include in php?
Tell me what is the main difference between php 4 and php 5?
Starting or restarting a computer is called
What is design pattern? Explain all including singleton pattern?
what is output of echo 1< 2 and echo 1 >2
8 Answers HCL, Navigators Software,
How to get a total number of elements used in the array?
what are interfaces and Abstart classes