JScript


JScript is Microsoft ‘s extended implementation of ECMAScript (ECMA262), an international standard based on Netscape’s JavaScript and Microsoft’s JScript languages. JScript is implemented as a Windows Script engine. This means that it can be “plugged in” to any application that supports Windows Script, such as Internet Explorer, Active Server Pages, and Windows Script Host. It also means that any application supporting Windows Script can use multiple languages – JScript, VBScript, Perl, and others.

JScript (and the other languages) can be used for both simple tasks (such as mouseovers on Web pages) and for more complex tasks (such as updating a database with ASP or running logon scripts for Windows NT ). Windows Script relies on external “object models” to carry out much of its work. For example, Internet Explorer’s DOM provides objects such as ‘document’ and methods such as ‘write()’ to enable the scripting of Web pages.

(Thanks goes out to Peter Torr, Windows Script Program Manager, and others at Microsoft for providing this updated definition)

Read Also:

  • Java Virtual Machine (JVM)

    Short for Java Virtual Machine. An abstract computing machine, or virtual machine, JVM is a platform-independent execution environment that converts Java bytecode into machine language and executes it. Most programming languages compile source code directly into machine code that is designed to run on a specific microprocessor architecture or operating system, such as Windows or […]

  • JVoiceXML

    An open source free VoiceXML interpreter for Java that supports Java APIs such as JSAPI and JTAPI. JVoiceXML is an implementation of VoiceXML, the Voice Extensible Markup Language. It is designed for creating audio dialogs that feature synthesized speech, digitized audio, recognition of spoken and DTMF key input, recording of spoken input, telephony, and mixed […]

  • JXTA

    Pronounced “juxta,” JXTA is Sun Microsystems’ set of open-source peer-to-peer networking protocols that allow any connected device on the network to communicate, including PC workstations and servers, cell phones and PDAs. Because it is based on protocols and not an API, JXTA works with any language, operating system, hardware and transport protocol. Virtually any network-capable […]

  • J#

    Pronounced jay sharp, a Microsoft-supported language for .NET. J# is Microsoft’s implementation of the Java programming language. It is specifically designed to allow Java-language developers to easily transition to the .NET Framework and to create .NET applications. J# applications are not compatible with the Java Virtual Machine (JVM) or the Java 2 platform. However, J# […]

  • Java

    Java is a general purpose, high-level programming language developed by Sun Microsystems. The small team of engineers, known as Green Team, initiated the language in 1991. Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful, so in 1995 Sun changed the name to Java and modified the […]


Disclaimer: JScript definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.