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

Explain php explode() function.

981


What is php array function?

1061


Difference between mysql_connect and mysql_pconnect?

914


What is reference variable php?

960


Which one is best framework for php?

918


How to download file in php?

914


What is class extend in php?

976


What is the difference between the functions strstr() and stristr()?

951


What is a string in r?

884


What is string and its function?

921


What are helpers in php?

890


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

938


Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);

938


What is the latest version of php?

978


Tell me what are the different types of errors in php?

924