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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the difference between __sleep and __wakeup?

1130


Which function is used to read a single character from a file in PHP.

1091


What is the difference between abstract class and interface in php?

1216


What is session php?

1005


What is php routing?

1033


What is the importance of php?

1008


What is php destruct?

1018


How do you check if an arraylist is empty?

1026


How to invoke a user function?

1017


What is php explain how php works?

1015


Why does php need server?

1020


What is the timeout period on session values?

1128


Where is session id stored?

1019


What is php7?

1133


What is the difference between pop3 IMAP and MAPI?

1112