<P><a href="#" onclick="NextPage();" >Go to next page Using Form Submit</a></P>
<script language="javascript">
function NextPage(){
thisForm.action = "Page2.asp?";
thisForm.submit();
}
</script>
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.