automatic form submit

admin

Administrator
Staff member
I am using the following code to automatically bypass a page yet pass a form parameter to the following page that is looking for the parameter:

<form name="frmDC" method="post" action="default.asp?cal=CR">
<input type="hidden" name="txtCR" value=http://www.webdeveloper.com/forum/archive/index.php/"dcr">
<script language="JavaScript">document.frmDC.submit();</script></form>

This script works well in Netscape 4.7 and IE but does not automatically trigger the submit action in Netscape 7. Any ideas on how to automatically activate the submit button in Netscape 7?

Thank you in advance for your assistance

DonT55
 
Back
Top