top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can I submit a form without using submit button?

0 votes
266 views
How can I submit a form without using submit button?
posted Jun 12, 2014 by Amritpal Singh

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

1 Answer

0 votes

A form can be submitted in various methods without using submit button.
Submitting a form by clicking on a link.
Submitting a form by selecting an option from drop down list.
Using header(“location:page.php”);
Using java script : document.form.submit();

answer Jun 13, 2014 by Karamjeet Singh
...