Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can we submit a form without a submit button?

Answers were Sorted based on User's Feedback



How can we submit a form without a submit button?..

Answer / sunil

You can submit a form through many diffrent ways without
submit button.

-Submit a form by clicking a link
-Submit a form by selecting a option from drop down box using
onchange event

Is This Answer Correct ?    342 Yes 62 No

How can we submit a form without a submit button?..

Answer / mauzzam

You can use javascript to submit a form

Is This Answer Correct ?    237 Yes 35 No

How can we submit a form without a submit button?..

Answer / bharat

we can click the image or text link.

for example:

<script>
function formsubmit()
{
document.form1.action="Page Name here you want to go that
page";
document.form1.submit();
}
</script>

<form name="form1" method="post">
<a href="#" onclick="formsubmit();">Click here</a>
</form>

Is This Answer Correct ?    196 Yes 43 No

How can we submit a form without a submit button?..

Answer / md raisul azam

Using javascript
document.form.submit();

Is This Answer Correct ?    129 Yes 24 No

How can we submit a form without a submit button?..

Answer / sagar_joshi

if u want to submit a form without a submit button is simple
in JavaScript u just use a Function "document.form.submit();"
ok. try it now
have a nice day
good bay.. :-)

Is This Answer Correct ?    72 Yes 13 No

How can we submit a form without a submit button?..

Answer / kiran kumar

WE Can Submit a form without using Submit Function.With the
help of JavaScript Function "document.form.submit();"

Is This Answer Correct ?    68 Yes 18 No

How can we submit a form without a submit button?..

Answer / adnan arif

just use imagelink or you can use vb script for doing this job.

Is This Answer Correct ?    66 Yes 38 No

How can we submit a form without a submit button?..

Answer / nilesh

We can also use ajax in code through which we can directly
submit by Onchange or any other event...

Is This Answer Correct ?    27 Yes 12 No

How can we submit a form without a submit button?..

Answer / saiprasad

<script type="text/javascript">
function submitform()
{
document.forms["myform"].submit();
}
</script>
<form id="myform" action="submit-form.php">
Search: <input type='text' name='query'>
<a href="javascript: submitform()">Submit</a>
</form>

Is This Answer Correct ?    12 Yes 5 No

How can we submit a form without a submit button?..

Answer / mohit.c.mehta

<form id="form1" name="form1" method="post" action="mm.php">
<INPUT TYPE="IMAGE" SRC="images/any_image.gif" ALT="Submit
button">

</form>

Is This Answer Correct ?    33 Yes 27 No

Post New Answer

More PHP Interview Questions

i got this error msg in online... how to solve this problem... i couldnot find out as soon as possible send me answer or idea COULD NOT ABLE TO CONNECT DATABASE . Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)

3 Answers   Quest,


What is php form validation?

0 Answers  


find highest salary

8 Answers  


What is a controller in programming?

0 Answers  


Is it possible to use com component in php?

0 Answers  


How to get seconds from current date using date function ?

8 Answers   Sarna Technologies, Satyam,


How to get useful error messages in php?

0 Answers  


What are the ways to define a constant in php?

0 Answers  


What is the difference between htmlentities and htmlspecialchars in php?

0 Answers  


How to convert a json string to an array in php?

0 Answers  


What is binary safe string?

0 Answers  


Maine 12th ke bad 2 years ka web designing ka course kiya hai. Php me achcha hu. Ek fresher ko is field me kitna mil sakta hai ?

0 Answers   TCS,


Categories