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 / prantik gautam

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<title>submit a form without a button</title>
</head>
<body ondblclick="document.frm_nm.submit();">
<form action="" method="post" name="frm_nm">
<input type="text" id="txt" size="25"/>
</form>
</body>
</html>

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between GET and POST methods in form submitting?

1082


What is the use of get and post method in php?

1055


What type of errors can be occurred in php?

1031


How does php serialize work?

1107


Is array function in php?

1055


What are the uses of explode() and implode() functions?

1169


Which framework is best for php?

1023


Tell me how is it possible to parse a configuration file?

982


What is mysqli_real_escape_string?

1039


How to calculate the length of a string?

1181


What enctype is required for file uploads to work?

1081


Where are sessions stored php?

1059


How to get a total number of rows available in the table?

1047


Tell me what is pear?

1051


Tell me how is the ternary conditional operator used in php?

1109