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

What are magic methods in php

2 Answers   Net Solution,


Write a program to get second highest number in an array using php?

0 Answers  


What are the different types of statements that are present in php?

0 Answers  


What is the difference between the functions strstr() and stristr()?

0 Answers  


what is constructor in a class, how it is work, how it is call?

2 Answers  


How to copy a file?

0 Answers  


What is difference between single quotes and double quotes in php?

0 Answers  


What is the function to count elements in an array in PHP?

0 Answers  


Tell me how can we automatically escape incoming data?

0 Answers  


Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?

2 Answers  


How can we calculate the similarity between two strings?

0 Answers  


What is the difference between get and post in php?

0 Answers  


Categories