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's the difference between *.vsdisco and *.disco file?
How does DTD work?
Name 3 attributes of the position property.
What is a Simple Element?
How to test Web application in which the value is changing dynamic every time and anyone can modify it?
what is the purpose of websphere?
When would you use get and post requests?
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 is Webget and WebInvoke in rest service? Tell difference between them
when my application is overloaded?
Explain the functioning of dynamic pages in a website?
What happens when I type in some url and press enter?