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
What is active record in php?
How to write comment in php?
How To Get the Uploaded File Information in the Receiving Script?
What are php variables?
Is polymorphism inherited?
What is the use of $_request variable?
What is difference between session and cookie in PHP?
What is php addslashes?
What is the function func_num_args() used for?
What is $_ get and $_ post in php?
What is the function mysql_pconnect() usefull for?
Is it possible to extend the execution time of a php script?
What is a php session?
Does php 5 support exceptions?
How is traits used in php?