How can post form values with out press submit button

Answers were Sorted based on User's Feedback



How can post form values with out press submit button..

Answer / abc

call javascript for that.
dosument.form.submit()

Is This Answer Correct ?    12 Yes 4 No

How can post form values with out press submit button..

Answer / guest

by using
form.submit();

Is This Answer Correct ?    8 Yes 2 No

How can post form values with out press submit button..

Answer / ff`

use onclick

Is This Answer Correct ?    7 Yes 7 No

How can post form values with out press submit button..

Answer / pradeep

Using input tag of type img we can submit the form.

This image will acts like a submit button

Is This Answer Correct ?    4 Yes 5 No

How can post form values with out press submit button..

Answer / dhir

Just submit this form .then all form value are posted to
destination page.

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More PHP Interview Questions

What is the Pipe Symbol represented?

0 Answers  


What is the use of array_search() in php?

0 Answers  


What is session management php?

0 Answers  


What is implode() in php?

0 Answers  


What is the use of return in php?

0 Answers  






What is difference between post and put in rest?

0 Answers  


When do you use define() and when do you use const. What are the main differences between those two?

0 Answers  


What are the disadvantages of php?

0 Answers  


Can we run php in apache tomcat?

0 Answers  


What is difference between echo and print_r in php?

0 Answers  


What is the difference between characters  and #?

0 Answers  


Why did you choose this particular career path?

0 Answers  


Categories