How can we submit a form without a submit button?
Answer Posted / vikas uniyal
We have to use a javascript function:-
<script language="javascript" type="text/javascript">
document.formname.submit();
</script>
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Is echo a function in php?
How to concatenate two strings in php?
Why session is required?
What is baseurl?
What is difference between single quotes and double quotes in php?
Do you know what are traits?
Explain the ternary conditional operator in php?
Explain the importance of the function htmlentities.
What is php.ini & .htacess file?
What is new keyword in php?
What are super global variables in php?
Is array function in php?
What are the benefits of composer?
Which is the correct way to check if a session has already been started ?
How to select a database in php?