|
|
|
|
|
|
|
|
Intranet Journal Intranet FAQ
JavaScript FAQ
Answers
to Questions about... 5. Jscript IssuesWhat's new in Microsoft JScript version 2.x and 3.x?More than can fit here. Some items are compatible with Navigator 3.0+ (such as the Array object). Others are unique to MSIE, such as the Dictionary and TextStream objects (acccessible via ActiveX). Additions are to the core language, not the document object model. New functions let you determine the JScript version installed in IE, but JScript version 2 must be installed to get this data. If you use version 2 or 3.x language features, see www.microsoft.com/JScript for info about including a link button on your page to encourage visitors to upgrade their IE 3.0x to JScript version 2. How do I know if I have JScript version 2 installed?Installation of MSIE 3.02 does not guarantee JScript version 2. Search your disk for 'jscript.dll'. Get the file's properties, and click on the Version tab. The File version should begin with '2'. If not, download the latest version from Microsoft (installer is 442KB). What parts of the JavaScript object model are unsupported in MSIE?
What properties/methods/event handlers are unsupported in MSIE?
|