How can we submit a form without a submit button?
Answer Posted / madhu
<script>
function formsubmit()
{
document.form.submit();
}
</script>
<form name="form" method="post">
<a href="#" onclick="formsubmit();">Submit</a>
</form>
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What does echo mean in php?
How to strip whitespace (or other characters) from the beginning and end of a string?
Why many companies are switching their current business language to php? Where php basically used?
What is php trait?
What exactly is PHP?
What is the use of array_search() in php?
What is the alternative structure for control structures?
How to declare an array in php?
What is session in php why it is use?
How to open a file in php?
Are php session secure?
What is php beginner?
Explain the types of functions for Splitting String?
Tell me what are the __construct() and __destruct() methods in a php class?
Who is the father or inventor of php?