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 |
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?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
Explain What do you know about Web Sites.
What is a lambda?
What do you understand by client-server testing?
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 search engine optimizetion.
Can you get a virus from website?
Explain "URL Encoding",HTML "entity", GET method, POST method ?
how to develop a web page that have only minimize button and not restore and close button on its right upper corner?
have you already used mvc before? What you like/dislike about it?
What are the interfaces of SAX?