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

Tell me how can we pass the variable through the navigation between the pages?

0 Answers  


what is PDO?

0 Answers  


What is the use of dual table in mysql?

0 Answers  


What is call by reference in php?

0 Answers  


Php being an open source is there any support available to it?

0 Answers  


What is cookie?

0 Answers  


What are the 3 scope levels available in php and how would you define them?

0 Answers  


How to get number of elements in an array?

0 Answers  


Is empty java?

0 Answers  


What is the difference between explode() and split() functions?

0 Answers  


Can php variables have numbers?

0 Answers  


Tell me how can we automatically escape incoming data?

0 Answers  


Categories