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 ways to define a constant in php?
What type of operation is needed when passing values through a form or an url?
How can you declare a constant variable in php?
What is session cookies php?
What is session data?
What is difference between echo and print_r in php?
What is str_replace()?
How to terminate the execution of a script in PHP?
Explain me what is the goto statement useful for?
Who is known as the father of php?
What is php dependency injection?
Which php framework is best for web development?
How to open a file in php?
What is mysql_fetch_array?
What is api laravel?