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
Is php strongly typed?
What is meant by urlencode and urldecode?
Does php have block scope?
Which php framework is best for security?
What is php sequence?
What is static variable in php?
How can php and javascript interact?
Why triggers are used in mysql?
What is a class in php programing?
What is the difference between array_map () and array_shift ()?
What is $_ files in php?
What are form input html tags?
Explain me what is the difference between explode() and split() functions?
What are the features of php?
Why we use get in php?