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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is default session time and path in PHP. How to change it?

1078


How to write in a file in php?

1063


What is local variable in php?

1037


Explain the difference between isset() and empty()?

1008


How to fix "headers already sent" error in php

1126


How does api connect to database?

1131


What does the function get_magic_quotes_gpc() means?

993


What is session management php?

1135


What is json php?

1068


Code to open file download dialog in PHP?

1150


What is a composer?

1038


What backslash character will match whitespace?

1136


What changes I have to do in php.ini file for file uploading?

1126


What is use of mysqli_query in php?

1001


Why super () is used in java?

1032