•How can we submit a form without a submit button
Answers were Sorted based on User's Feedback
Answer / sei thu htun
You can use single button and use javascript for submit
eg.
<script type="text/javascript">
function submitform()
{
document.getElementById("your_form_id").submit();
}
</script>
//in html form
<input type="button" value="Submit" onclick="submitform();"/>
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / bharat pradhan
<script type="text/javascript">
function pick()
{
document.form1.action="submit.php";
document.form1.submit();
}
</script>
<form name="form1" id="form1" method="post" onsubmit="pick()">
<input type="text" name="T1" id="T1">
</form>
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / 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 |
Answer / tejash gajjar
You can use single button and use javascript for submit
eg.
<script type="text/javascript">
function submitform()
{
document.getElementById("your_form_id").submit();
}
</script>
//in html form
<input type="button" value="Submit" onclick="submitform
();"/>
| Is This Answer Correct ? | 2 Yes | 1 No |
Is it more secure to use cookies to trfer session ids?
hi sir am a fresher just learning LAMP COURSE linux,apache,mysql and php .just i finished my M.C.A 2009 passed out ..can any one tell after i finish this course how much salary we expect in any php based company ? and also tell please how much salary we can demand as a fresher with my M.C.A qualification as a PHP fresher in a company ? how much we get atleast mininum as a PHP fresher in CHENNAI and Bangalore just send ur valuable suggestions to kiranpulsar2007@gmail.com please guide to me sir
Tell me how is it possible to propagate a session id?
What is the difference between htmlentities() and htmlspecialchars()?
Which of the data type is compound datatype supported by PHP?
What are the advantages and disadvantages of cascade style sheets?
how can refresh current page automatically, without press any button and anchor tag.
How do you use an array in excel?
What are the types of variables in php?
What are the advantages and disadvantages of Cascading Style Sheets?
What is the function of mysql_real_escape_string in php?
how to use particular city location in php?