JScript Application Development (Windows Embedded CE 6.0)
1/6/2010
JScript is a general-purpose, object-based scripting language that is based on the ECMA 262 language specification (ECMAScript Edition 3). With a few exceptions, to maintain backwards compatibility, JScript is a full implementation of the ECMA standard.
JScript will be familiar to anyone who uses C, C++, or the Java programming language.
In Windows Embedded CE, Internet Explorer Embedded provides the host for JScript interpretation; however, you can use JScript in any application that is capable of hosting Microsoft Visual Basic Scripting Edition (VBScript).
Detailed documentation on using JScript, including a language reference, tutorials, and samples, is available at this Microsoft Web site.
Information on the ECMA 262 language specification is available at the ECMA Web site.
In This Section
- JScript Support in Windows Embedded CE
Describes the JScript implementation for Windows Embedded CE.
- Adding JScript Code to an HTML Page
Provides information about how to add JScript code to an HTML page.
Related Sections
- JScript OS Design Development
Provides information about the components and modules that implement JScript functionalities, and Sysgen variables that enable these functionalities.
- JScript
Provides information about JScript support in Windows Embedded CE.