•How can we submit a form without a submit button

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


Please Help Members By Posting Answers For Below Questions

Is numeric in php?

536


What is the use of final class in php?

512


Will a comparison of an integer 12 and a string "13" work in php?

546


Does php has a future?

498


How to reset/destroy a cookie in php?

535






Is polymorphism inherited?

530


Explain what is the function file_get_contents() usefull for?

513


What is the use of $_request variable?

578


What is use of header() function in php? What the limitation of header()?

478


What is c++ polymorphism?

530


Should I use mysqli or pdo?

519


what is CURL?

587


where do we use htaccess?

547


What is query string php?

540


What is meant by pear in php? What is the purpose of it?

526