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 |
Enlist some sub-classes of http response objects?
What are the interfaces of SAX?
How is a Java Web Application deployed on a server?
How do you know how many users are online on a website?
How to do continuous marquee.. Please send me the code
Difference between ASP and DHTML?
what is the difference between weblogic and websphere,jboss,tomcat?
Enlist some important test scenarios for testing a website.
Define https.
what are the differences between webpage and webservice?
Explain the difference between authorization and authentication in web testing.
How to troubleshoot if you get the error as application pool is hanges?Answer me in step by step procedure?