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

<script type="text/javascript">
function submitform()
{
document.forms["myform"].submit();
}
</script>
<form id="myform" action="submit-form.php">
Search: <input type='text' name='query'>
<a href="javascript: submitform()">Submit</a>
</form>

Is This Answer Correct ?    12 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of explode() function?

1013


What does the scope of variables means?

962


Can we override static method in php?

1016


Explain the syntax for ‘foreach’ loop with example.

901


What is static method php?

958


What is php resource type?

909


What does the unlink() function means?

1005


Tell me what is the definition of a session?

973


Tell me how comparison of objects is done in php5?

882


Explain about switch statement in PHP?

967


Where are php configuration settings stored?

961


What is meant by MIME?

999


How can we connect to a mysql database from a php script?

1040


What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?

936


Explain me what is the goto statement useful for?

774