Thanks Jeff.  The trick seemed to be prepending document to the form 
name.  Works like a charm now :-)  I reference the form by name, so ... 
no need to get fancy with indices ;-)

Thanks!

Eddie

[EMAIL PROTECTED] wrote:

>This works for us in NS6.2 and IE
>
>
><head>
><script>
>function submitForm(){
>  document.forms[0].submit();
>}
></script>
></head>
><body onload="setTimeout('submitForm()',1000)">
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to