JScript OS Design Development (Windows Embedded CE 6.0)
1/6/2010
The JScript functionality for Windows Embedded 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 the Browser Control Host (SHDOCVW) in Internet Explorer Embedded.
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 backward compatibility, JScript is a full implementation of the ECMA standard. Effective with Windows Embedded CE 6.0 R3, the JScript functionality includes 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 |
Item | Module | Component |
---|---|---|
JScript script authoring |
jsauthor |
None |
Implementation Considerations
The following table shows the Sysgen variable that controls the JScript functionality.
Sysgen variable | Description |
---|---|
SYSGEN_IE_JSCRIPT |
Adds the JScript run-time engine, JScript authoring with DHTML dynamic properties, and encoding support for JScript. |
See Also
Other Resources
JScript
JScript Application Development
VBScript
Internet Explorer Embedded