JavaScript vs. Jscript

JavaScript vs. Jscript

Both JavaScript and Jscript are almost similar. Java script was developed by Netscape. Microsoft implemented its own scripting language and named it as Jscript.

As Jscript runs in Internet Explorer, it has the access to different objects that are exposed by the browser. ActiveXObject is one such object.

JavaScript vs. Jscript

JavaScript
- It is a scripting language developed by Netscape Communications.
- The Netscape Navigator interprets JavaScript embedded into Web pages.
- JavaScript is used for developing web applications.
- It is not dependent on Sun Microsystem's Java language.

JScript
- Microsoft JScript is an open implementation of Netscape's JavaScript.
- JScript is a scripting language designed to create active online content. ActiveX controls, Java programs, etc can be linked and automated in the web pages using JScript.
Difference between Client side JavaScript and Server side JavaScript
difference between Client side JavaScript and Server side JavaScript - ...
JavaScript - Where are cookies actually stored on the hard disk?
Where are cookies actually stored on the hard disk? - ...
JavaScript - Difference between a web-garden and a web-farm
Difference between a web-garden and a web-farm - ...
Post your comment