[Javascript] JavaScript Syntax Error in IE 5.5

Peter-Paul Koch gassinaumasis at hotmail.com
Tue May 8 16:10:16 CDT 2001



>function SubmitForm()
>{
>    f = this.document.VIEW_LIST;
>    if(ValidateCompare(f))
>    {
>       f.submit();
>    }
>}

Try

f = document.VIEW_LIST

I think the incorrect use of 'this' throws IE off balance.

ppk

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





More information about the Javascript mailing list