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
What is polymorphism php?
How break and continue while loop in php?
Why do we use session?
Are objects passed by value or by reference?
What are default session time and path?
What is $_ post in php?
How do I run a php file?
What is the use of offset in mysql?
What are the benefits of composer?
What is the use of session and cookies in php?
What would occur if a fatal error was thrown in your php program?
Tell me what are the correct and the most two common way to start and finish a php block of code?
Which function would you use to insert a record into a database in php?
Explain what is the difference between session and cookie?
Why use php artisan serve?