Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
JScript is largely compatible with JavaScript. However, JScript version 5.0 includes some objects that aren't currently supported by JavaScript; such as ActiveXObject, Enumerator, Error, Global, and VBArray.
JScript 5.0 supports exception handling through try...catch statements; just as JavaScript does.
When working with either JScript or JavaScript, there are some subtle differences between the object model implementations supported by various Web browsers. To write script that runs on both Internet Explorer and Netscape Navigator, limit the features used by your scripts to those specified in the World Wide Web Consortium (W3C) standard for HTML version 3.2. For more information about this standard, see HTML 3.2 Reference Specification.