Answer Posted / raghava
<html>
<head>
<script>
function formsubmit()
{
document.form1.action="submit1.php";
document.form1.submit();
}
</script>
</head>
<body>
<form name="form1" method="post">
<a href="#" name="something" value="something"
onclick="this.form.submit();">Click here</a>
</form>
</body>
</html>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Design a web crawler? How will you avoid from getting into infinite loops?
How to kill cookies from Web page?
When would you use get and post requests?
what are the differences between webpage and webservice?
What do you understand by client-server testing?
Which method is used to post a Web page to another Web page?
What is Firewall?
Can you get a virus from website?
DHTML: Difference between FontSize and Font Size?
what are propritory databases?
Who are the founders of YAHOO & GOOGLE?When they founded?
what is the relationship between garbagecollection and thread?
WHAT IS THE SIGNIFICANCE OF ADUSTIL.DLL IN IIS?
How to redirect to another page?
How do you troubleshoot when a website displays '404:Page Not Found;'. what are the various steps that you take to diplay the page requested?