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

Tell me what is the difference between ereg_replace() and eregi_replace()?

0 Answers  


Explain the visibility of the property or method?

0 Answers  


What is the use of mysql_fetch_assoc in php?

0 Answers  


What is the use of hooks?

0 Answers  


Write a select query that will be displayed the duplicated site name and how many times it is duplicated?

0 Answers  






What is the difference between php 5 and php 7?

0 Answers  


What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?

0 Answers  


How can I load data from a text file into a table?

0 Answers  


What is the correct and the most two common way to start and finish a php block of code?

0 Answers  


What is inheritance in php?

0 Answers  


What language is php written in?

0 Answers  


What is the purpose of break and continue statement?

0 Answers  


Categories