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 |
Tableau Training for Beginners
How have you used ActionScript in your Flash development? To what length?
How to kill cookies from Web 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 is the result of “20” + 20;
Explain the difference between authorization and authentication in web testing.
What is a Simple Element?
How would you solve a floated div’s parent height.
What are the common problems faced in web testing?
How does CGI work? Can I use 'C' language to write a CGI?
What are the various ways of accessing a web service?
actually, i have integrated oscommerce and forum in my joomla website.And have made common login to all of these.when i register a new user, it'll get registered successfully.But when i try to login from the frontend and also from the forum ,it is displaying the msg "you are not authorised to view this resource". but logging in successfully through oscommerce.why it is so?