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 php session_start() and session_destroy() function?

996


How can we access the data sent through the url with the get method?

1125


Is time a dependent variable?

906


Is python better than php?

951


Tell me what is the difference between exception::getmessage and exception::getline?

860


What are the difference between array_keys() and array_key_exists() in php?

1011


What is multidimensional array in php?

962


What is php trait?

925


Can you use php and javascript together?

977


How to remove html tags from data in php?

969


What is cookie and session in php?

919


In php how can you jump in to and out of "php mode"?

922


Tell me what are the encryption techniques in php?

880


What is properties of class?

992


What is the difference between php and core php?

886