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


Please Help Members By Posting Answers For Below Questions

How to repeat a string to a specific number of times in php?

721


Why do we use sessions in php?

701


where do we use htaccess?

712


What is cookie and session in php?

683


Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?

644


Is time a dependent variable?

709


What is the difference between query and question?

696


What is the purpose of a query?

675


How we can declare variable in php?

711


Why do we need session?

709


Explain the difference between unlink() and unset()?

718


How to delete file in php?

699


What is php array function?

729


Write a program to get second highest number in an array using php?

738


Why post method is used in php?

826