Answer Posted / 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 |
Post New Answer View All Answers
What is user application?
what are the general webtesting questions and how to respond them in generally in interview point of them
Explain the difference between authorization and authentication in web testing.
What is the result of “20” + 20;
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
Loop through the color array and print each value to the console. Assume you do not know the amount of colors in the color array.
Name 3 attributes of the position property.
how to design online bank web page with asp.net
Differentiate between static and dynamic website.
How do you test the URL of a Web-based application?
What is a Simple Element?
If we force XML for web design, the browzer size will reduce. How?
What do you understand by client-server testing?
What is DOM?
what is web accessibility?