JScript OS Design Development (Windows CE 5.0)
The JScript functionality for Microsoft® Windows® CE provides a run-time engine for parsing and translating Microsoft JScript® code on Web pages and in other host applications. Hosting for JScript is provided by Pocket Internet Explorer or by the Browser Control Host (SHDOCVW) in Internet Explorer 6 for Windows CE.
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. Effective with Windows CE .NET 4.2, the JScript functionality includes optional support for script authoring. Script authoring support allows programmers to access the DHTML Dynamic Properties.
OS Design Information
The following table shows operating system design information for the JScript functionality.
Concept | Description |
---|---|
Dependencies | None |
Hardware considerations | None |
Modules and Components
The following table shows the components and modules that implement the JScript functionality.
Item | Module | Component |
---|---|---|
JScript engine | jscript | None |
JScript script authoring | jsauthor | None |
Implementation Considerations
The following table shows the Sysgen variables that control the JScript functionality.
Sysgen variable | Description |
---|---|
SYSGEN_IE_JSCRIPT | Adds the JScript 5.5 run-time engine. |
SYSGEN_JSCRIPT_AUTHOR | Adds script authoring, which enables DHTML dynamic properties. |
SYSGEN_JSCRIPT_ENCODE | Adds encoding support for JScript. |
See Also
JScript Application Development | JScript | VBScript | Internet Explorer 6 for Windows CE | Pocket Internet Explorer
Send Feedback on this topic to the authors