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
Is it difficult to learn php?
What is cakephp framework?
Where can I learn php?
Inside a php function, what param needs to be set in order to access a global variable?
Why use static methods php?
What’s the difference between htmlentities() and htmlspecialchars()?
Explain Constant in Class?
How could I install codeignitor ?
What are encryption functions in php?
Explain how we can get the number of elements in an array?
How can image properties be retrieved in php?
What are the two main string operators?
How long is csrf token?
What is difference between php and html?
What is cookie?