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
Is web application testing different from desktop application testing? Explain how.
1.What is Ipconfig? What purpose u can use it? 2.How can u know what ports are busy in ur machine? 3.How can u know particular port is free/ not in ur machine? 4.How many drivers in JDBC? Which Driver u r using? Why?
what are the steps involved in using the validator framework?
what atttributes we use to create a webservice?
Design a web crawler? How will you avoid from getting into infinite loops?
What do you understand by client-server testing?
Explain Connection Pooling in IIS 3.0 and 4.0 ?
Explain the difference between authorization and authentication in web testing.
what are the differences between webpage and webservice?
What can you do to improve page performance?
What's the difference between *.vsdisco and *.disco file?
What are the common problems faced in web testing?
How do you troubleshoot when a website displays '404:Page Not Found;'. what are the various steps that you take to diplay the page requested?
How does DTD work?
in companies what is the use of websphere?