How can we submit a form without a submit buttom?
Answer Posted / 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 |
Post New Answer View All Answers
What are the different ways to login to a remote server?
When do sessions end?
What is nginx and what is it used for?
What's the difference between __sleep and __wakeup?
What is the use of pear in php?
Is salary fixed or variable cost?
Is string php function?
What are the advantages of php mysql?
List some array functions in php?
Why php is also called as scripting language?
How does php isset work?
Tell me how can we check the value of a given variable is alphanumeric?
What language is php based on?
Explain how we can retrieve the data in the result set of mysql using php?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?