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
Explain what does $_server means?
Does mysql need php?
What is php dependency injection?
Is php open source?
What are the advantages of object-oriented programming in php?
What are the advantages of php?
What is difference between base_url and site_url?
Is php 5.6 secure?
What is the different between count() and sizeof() in php?
What is composer used for?
What is the difference between php and core php?
Can I use node js with php?
Explain what does the unlink() function means?
How can we get ip address of a client in php?
Explain Whitespace Characters?