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
What are the differences between GET and POST methods in form submitting?
What is the use of get and post method in php?
What type of errors can be occurred in php?
How does php serialize work?
Is array function in php?
What are the uses of explode() and implode() functions?
Which framework is best for php?
Tell me how is it possible to parse a configuration file?
What is mysqli_real_escape_string?
How to calculate the length of a string?
What enctype is required for file uploads to work?
Where are sessions stored php?
How to get a total number of rows available in the table?
Tell me what is pear?
Tell me how is the ternary conditional operator used in php?