top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to submit a form without a submit button?

0 votes
328 views
How to submit a form without a submit button?
posted May 30, 2014 by Vrije Mani Upadhyay

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

A form can be submitted in various ways without using submit button.
Submitting a form by clicking a link
Submitting a form by selecting an option from drop down box with the invocation of onChange event
Using java script : document.form.submit();
Using header(“location:page.php”);

answer Jun 2, 2014 by Rahul Singh
...