How can we submit a form without a submit buttom?

Answers were Sorted based on User's Feedback



How can we submit a form without a submit buttom? ..

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

How can we submit a form without a submit buttom? ..

Answer / guest

ys

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More PHP Interview Questions

Write syntax to open a file in php?

0 Answers  


What is php constructor?

0 Answers  


What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?

0 Answers  


Why do we use query?

0 Answers  


How to concatenate two strings in php?

0 Answers  






What is self in php?

0 Answers  


Which php framework is best for beginners?

0 Answers  


Can we use include ("xyz.php") two times in a php page "index.php"?

0 Answers  


What are the functions of string?

0 Answers  


how to get substring of string without using substr() function in php ????

3 Answers  


How the result set of mysql be handled in php?

0 Answers  


Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?

0 Answers  


Categories