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

<script>
function formsubmit()
{
document.form.submit();
}
</script>

<form name="form" method="post">
<a href="#" onclick="formsubmit();">Submit</a>
</form>

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the scope of a variable defined in a function?

1125


Which function can be used to delete a file?

1242


Explain whether it is possible to share a single instance of a memcache between multiple php projects?

1009


What software is required to run php?

1065


What is difference Between PHP 5 and 7?

1196


What does echo mean in php?

1078


How to set a value in session? How to remove data from a session?

1044


How to get length of an array in PHP?

1070


Explain about objects in PHP?

1050


Explain how can we increase the execution time of a php script?

1042


What is php beginner?

1035


How is it possible to parse a configuration file?

1016


What is empty php?

1028


How to get useful error messages in php?

1098


What are the main error types in php?

1129