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
Define http.
Design a web crawler? How will you avoid from getting into infinite loops?
what is the difference between weblogic and websphere,jboss,tomcat?
How does dynamic discovery (in case of *.vsdisco) work? What goes on behind the scenes?
What do you understand by web application?
Name 3 attributes of the position property.
Differentiate between static and dynamic website.
Difference between null and undefined?
What are the available environments on the web?
what is the relationship between garbagecollection and thread?
How have you used ActionScript in your Flash development? To what length?
Where?s global assembly cache located on the system? Can you have two files with the same file name in GAC?
DHTML: Difference between FontSize and Font Size?
Who are the founders of YAHOO & GOOGLE?When they founded?
Explain Connection Pooling in IIS 3.0 and 4.0 ?