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 use of header() function in php?

0 Answers  


What is htmlentities function in php?

0 Answers  


How to get the number of visitors in a site?

2 Answers  


What are form input html tags?

0 Answers  


What is htaccess in php?

0 Answers  


How to download the files using PHP

1 Answers  


How to increase the execution time of a PHP script?

0 Answers  


I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?

0 Answers  


How does php serialize work?

0 Answers  


Where is my php ini file?

0 Answers  


how to extract month from given date by using string functions?

3 Answers  


write the prime number of program?in php

2 Answers   TCS,


Categories