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 |
How to find current date and time?
How arrays are used in php?
What is binary safe function in php?
What is a substring in php?
Do you know what's the difference between __sleep and __wakeup?
What is the purpose of basename() function in PHP?
What is substr() in php? And how it is used?
Write a php function to convert all null values to blank?
When use javascript vs php?
What are the differences between require and include, include_once?
What are the three classes of errors that can occur in php?
What do you mean by core php?