How can we submit a form without a submit button?

Answers were Sorted based on User's Feedback



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

Answer / vijay

Using javascript
document.form.submit()

Is This Answer Correct ?    33 Yes 5 No

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

Answer / snc

1st option.....
In java script we can easly submit form without submit
button..........
document.form.submit();
...where form is formname.

2nd option.......
<form id="form" name="form" method="post" action="abc.php">
<INPUT TYPE="IMAGE" SRC="images/imagename.gif" ALT="Submit
button">
</form>

Is This Answer Correct ?    8 Yes 0 No

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

Answer / naresh

through header() function.
header("location:url:);

Is This Answer Correct ?    4 Yes 7 No

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

Answer / yogesh chaudhari

onBlur event use control

Is This Answer Correct ?    4 Yes 13 No

Post New Answer

More PHP Interview Questions

Hi, My Name is Ajay Jha. What My Question is I am Percuing in Bca. It's My 5th Semester. I Want To Make My Carrear as a web designer that's Why i wants to do Php, Is it right Desision for Me ?

1 Answers  


How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?

6 Answers  


Will react hooks replace redux?

0 Answers  


What is the default session time in php?

0 Answers  


which is the best institute for php training near delhi & NCR......& what is the fee for the same....

2 Answers  






Is php a case sensitive language?

0 Answers  


How to check an key is exists in array?

0 Answers  


Different between the var_dump() and print_r()?

4 Answers  


What is full form of php? Who is the father or inventor of php?

0 Answers  


What is the best website to learn php?

0 Answers  


What are the main error types in php and how do they differ?

0 Answers  


Is facebook still in php?

0 Answers  


Categories