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 is mysql_fetch_object?
How many data types are used by php?
How to create a text file in PHP?
How do I repair phpmyadmin?
write a note on Testing the web site
sort term descripttion form, report and uery
How are variables declared in php?
Difference between array_combine and array_merge?
Why session timeout is important?
What is echo in html?
How to get number of days between two given dates using PHP?
How cookies are trported from browsers to servers?
Explain me the difference between include and require?
How is it possible to set an infinite execution time for php script?
What is sorting php?