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 empty php?
how can i develop forum code? any one pleale help me on this question
What are the features of php?
Write a program to get second highest number in an array using php?
How can we access the data sent through the url with the post method?
What are the ways to define a constant in php?
How to execute a php script from the command line?
Which php framework is best for web development?
What are php expressions?
What is var_dump?
Is php closing tag necessary?
Can you define an argument as a reference type?
Php program to generate fibonacci series?
Why do we use inheritance in php?
How to get elements in reverse order of an array in php?