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 / pankajbisane

<script>
function doSubmit()
{
var frm = window.document.frmName;
frm.action="path to php file";
frm.method = post;
frm.submit();
}
</script>

Is This Answer Correct ?    8 Yes 2 No

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

Answer / sakthiopr

document.Formname.action = "filename to be submit"

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More PHP Interview Questions

Which PHP function would you use to send an email?

0 Answers  


What is mysql_fetch_row?

0 Answers  


what is CURL?

0 Answers  


how many types of error in PHP.

3 Answers  


What is use of isset function in php?

0 Answers  


What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?

1 Answers  


why header() gives the error like header already sent in php please explain in brief

1 Answers   KMK,


What is multidimensional array in php?

0 Answers  


write a program to print [123] [456] [789] note : braces also need to be printed

1 Answers   Net Solution,


Difference between notify url, return url in paypal payment gateway?

4 Answers   A1 Technology, Capital IQ, CMS, Essar, HCL, IAS, Karvy, L&T, State Bank Of India SBI, TATA, Tisco, WNS,


Explain converting an object?

0 Answers  


What is difference between print_r and echo in php?

0 Answers  


Categories