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 |
What are the test case formats in case of a static website and dynamic website?
What are the various ways of accessing a web service?
how to design online bank web page with asp.net
Give some examples of web applications that are used in our day to day life.
On a scale of 1 to 10 rate your proficiency in CSS, JavaScript, PhotoShop, Illustrator, Flash, ActionScript, HTML, DHTML.
Enlist some sub-classes of http response objects?
What's the difference between *.vsdisco and *.disco file?
Explain Connection Pooling in IIS 3.0 and 4.0 ?
What are the steps to follow to cache parts of web form?
What is a lambda?
If we force XML for web design, the browzer size will reduce. How?
What is Firewall?