The information in this article applies to:
SYMPTOMSWhen you use an Active Desktop channel that contains JavaScript, you may receive script errors. When this occurs, a yellow warning icon appears in the lower-left corner of the browser. If you double-click the icon, you see the following error message: If you click Details, you see a reference to the exact line of code causing the error message. CAUSE
If a page is not authored to adhere to the European Computer Manufacturers Association (ECMA) 262 Specification for JavaScript, numeric characters that start with 00 in the script in any page are treated as octal numbers. RESOLUTIONTo correct this behavior, the numeric characters in the script authored in the "00.x" format need to be modified to the "0.x" or ".x" format. MORE INFORMATIONMicrosoft Internet Explorer 5.0 is compliant with the ECMA 262 Specification for JavaScript. Additional query words:
Keywords : kberrmsg msiew95 msient msiew98 |
Last Reviewed: April 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |