How can we submit a form without a submit button?
Answer Posted / jeet
By the help of java script we can submit form with any options here i am using link, we can submit by checkbox, redio button etc..
<a href OnClick="javascript: document.myform.submit();" >Submit Me</a>
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
How can we submit a form without using submit buttons?
How to upload file in php?
Explain about getters and setters in php?
Where is session id stored?
List data types in PHP?
How can we submit from without a submit button?
What is a static method php?
How many days will it take to learn php?
How to define a user function?
How to read and display a HTML source from the website url?
Explain the difference between session and cookies in php?
What are the new features in php 7?
What are the methods of array in java?
What is session and Cokkies . How it works . tell some thing about Session_id()
Does php has a future?