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 / sei thu htun

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 ?    22 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to delete an element from an array?

1137


How many keywords are there in php?

1167


can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.

3592


where do we use htaccess?

1037


Which php framework is best for security?

1059


Does php support multiple inheritances?

1049


What is the timeout period on session values?

1128


Tell me what is the main difference between php 4 and php 5?

1028


Tell me is it possible to submit a form with a dedicated button?

1003


What are the advantages of triggers?

1022


What is "print" in php?

1013


Where can I find php ini file?

998


Is php a middleware?

1006


Write a program to get second highest number in an array using php?

1040


How does cookies work in php?

1026