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 / bharat pradhan

<script type="text/javascript">
function pick()
{
document.form1.action="submit.php";
document.form1.submit();
}
</script>


<form name="form1" id="form1" method="post" onsubmit="pick()">
<input type="text" name="T1" id="T1">
</form>

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program in php to reverse a number?

953


What is the difference between a session and cookies?

904


How to check whether a number is prime or not?

985


How to repeat a string to a specific number of times in php?

940


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

1037


What the limitation of header() function in php?

917


Explain what are psrs?

894


How easy is php?

905


How can we destroy the cookie in php?

935


How we can declare variable in php?

908


Tell me are parent constructors called implicitly inside a class constructor?

900


When do you use define() and when do you use const. What are the main differences between those two?

1004


Code to open file download dialog in PHP?

1040


How can I use single quotes in single quotes in php?

847


What is polymorphism in oop php?

947