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 |
1.What is Ipconfig? What purpose u can use it? 2.How can u know what ports are busy in ur machine? 3.How can u know particular port is free/ not in ur machine? 4.How many drivers in JDBC? Which Driver u r using? Why?
MORE THAN ONE APPLICATION POOL IN IIS(INTERNET INFORATION SERVICES) ARE NOT
Give some examples of web applications that are used in our day to day life.
How do I provide information to the Web Service when the information is required as a SOAP Header?
If we force XML for web design, the browzer size will reduce. How?
What's the difference between *.vsdisco and *.disco file?
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?
I want to crate my personal website. I am having my website on webs.com which provide some space but it templete based. I want to gain free web space and plz tell me how to custmize it....plz suggest me... Thanks...
Why do we need nested master pages in a Web site?
have you already used mvc before? What you like/dislike about it?
What are the different configurations which have to be considered while testing a website?
Enlist some important test scenarios for testing a website.