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 are advantages of .htaccess?

997


What is csrf cookie?

979


What is difference between mysql_connect and mysqli_connect?

1106


How to set a page as a home page in a php based site?

982


How error handling is being handled by php?

1101


Can you specify the "new line" character in single-quoted strings?

1013


What is prepare in php?

1056


Is php a dying language?

1058


How to remove leading and trailing spaces from user input values?

1021


What is the empty function?

1035


What sized websites have you worked on in the past?

1044


How do you remove whitespace from the beginning and end of a $string variable?

1051


Does php need apache?

986


What is a definer in mysql?

1023


Is laravel frontend or backend?

1007