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
Can you extend a final defined class?
What is crypt () in php?
Why do we use php?
What are the difference between overloading and overriding in oops?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is binary safe function in php?
What is the use of $_request variable?
How do you end a function in python?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Is laravel frontend or backend?
What is the function file_get_contents() useful for?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
Is server side a session?
Which is better get or post method?
How to insert a line break in php string?