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
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What is data structure in php?
How to set cookies?
What is the difference between single-quoted and double-quoted strings in php?
What is php7?
How are variables declared in php?
How can we execute a php script using command line?
How to block direct directory access in PHP?
How to create a web form?
What is session and why do we use it?
Explain PHP looping?
What are the advantages of triggers?
What is the difference between die () and exit () in php?
What is $_ request?
Describe the security vulnerability of PHP?