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 is the Need for CSS ?
Why do we need nested master pages in a Web site?
How to redirect to another page?
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?
What do you understand by web application?
How to test iBackup and storage products?
What are different Layers in TCP/IP?
What is Webget and WebInvoke in rest service? Tell difference between them
Explain "URL Encoding",HTML "entity", GET method, POST method ?
what is stub in weblogic? dont give me a defination , iwant full ans with example? also tell what is replica-aware stubs.. ok bye send ans as soon as possible
what are propritory databases?
What is difference between webbased application, web enabled application and seb oriented application? Give some exapmles using Microsft languages?