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 / tejash gajjar

You can use single button and use javascript for submit
eg.
<script type="text/javascript">
function submitform()
{
document.getElementById("your_form_id").submit();
}
</script>

//in html form
<input type="button" value="Submit" onclick="submitform
();"/>

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many php functions are there?

1155


What is the purpose of $_ session?

1007


Can we use onclick in submit button?

1088


What are the rules for naming a php variable?

1117


What is mysql in php?

980


What is the use of Php variables?

1136


Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?

1102


Is ruby on rails php?

1013


What is difference between php and html?

1111


What is the difference between php and core php?

1005


Is a number php?

1040


Tell me how would you declare a function that receives one parameter name hello?

1032


Is php worth learning in 2019?

954


What is a persistent cookie in php?

1041


What is framework in php?

1046