JScript |
JScript is Microsoft s Active Scripting implementation of ECMAScript. JScript was first supported in Internet Explorer browser 3.0 released in August 1996. When web developers talk about using JavaScript in Internet Explorer, they are actually using JScript. As with any other Active Scripting engine, it is available through Internet Explorer, Windows Script Host, and Active Server Pages. The typical file extension of JScript source code files is .js.
The most recent version of JScript is JScript .NET, which is based on the yet-unfinished version 4 of the ECMAScript standard, and can be compiled for the Microsoft .NET platform. JScript adds several new features to ECMAScript, such as optional static type annotations.
=See Also=
*Hello world program#Windows Script Host with JScript
=External links=
*[http://msdn.microsoft.com/library/default.aspurl=/library/en-us/script56/html/js56jsoriJScript.asp Microsoft JScript resources in the MSDN Library]|
|