Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is strlen function in php?

0 Answers  


Why are sessions used?

0 Answers  


Does csrf token change?

0 Answers  


Are php sessions secure?

0 Answers  


What is var_dump?

0 Answers  


Are sessions stateless?

0 Answers  


What type of headers have to add in the mail function in which file a attached?

2 Answers  


What are the ways we can destroy a session variable ?

3 Answers  


How to find a length of a string in php?

1 Answers  


does PHP support foreign key and Rollback?yes or not.if not then why. how will you done these concept in php?

1 Answers   Avanigoradia, Primus Global,


What is the purpose of the php empty function?

0 Answers  


Is it possible to submit a form with a dedicated button?

0 Answers  


Categories