How to post anchor tag value through form.
Answer / 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 |
how to connect application to database by using the command?
What happens in a Web application when you enter all the data and click on submit button?
How to do continuous marquee.. Please send me the code
what are the steps involved in using the validator framework?
What all information does a URL contain?
What is Firewall?
How would you solve a floated div’s parent height.
Explain Connection Pooling in IIS 3.0 and 4.0 ?
how to develop a web page that have only minimize button and not restore and close button on its right upper corner?
What is user application?
How to kill cookies from Web page?
Can we use data reader object in webservices?