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 are the advantages of stored procedures in php?

1021


How to include a file code in different files in php?

1174


What is the use of $_server["php_self"] variable?

1066


Tools used for drawing er diagrams?

1036


Is not null mysql?

1014


What is Type hinting in PHP?

1201


What are traits?

1363


Why php is also called as scripting language?

1026


How does the identity operator === compare two values?

1211


What is the difference between client-side and server-side programming?

1177


In php, objects are they passed by value or by reference?

1001


Why php is used in html?

998


Is facebook still in php?

983


Write a program to display table of a number using php?

991


Differentiate between php5 and php7?

1119