Article ID: 221244 - Last Review: January 24, 2007 - Revision: 2.1

Active Desktop Channel with JavaScript May Cause Script Errors in Internet Explorer 5

This article was previously published under Q221244
Expand all | Collapse all

SYMPTOMS

When 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:
Problems with this Web page might prevent it from being displayed properly or functioning properly.
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.

The Details section of the error message provides a pointer to the exact line of code containing a "00."

RESOLUTION

To 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 INFORMATION

Microsoft Internet Explorer 5.0 is compliant with the ECMA 262 Specification for JavaScript.

APPLIES TO
  • Microsoft Internet Explorer 5.0
Keywords: 
kberrmsg kbprb KB221244
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
 

Article Translations

 

Related Support Centers