JScript
HomeHTAJScriptJavaScriptPHP
Main Menu Home HTA JavaScript PHP Examples Million Digit Number Free Samples Disable Excel Menus Display Random Facts Drive Information Emulate Lock Keys Enable Excel Menus Hoax Virus Message Includables jPaq Modified Alert Box toVBArray() Outer Links MSDN Reference JScript Reference

In general...

JScript is Microsoft's version of JavaScript.  The advantage of using JScript is the fact that it gives the programmer the more privileges. JScript has the ability to access the client's file system.  All of the example scripts below are .js files.  To test a JScript file, simply download it and double-click it.  NOTE: These scripts have only been tested on Windows XP and Vista.

Examples

JScript Library

Often times, web developers write JavaScript libraries which contain reusable code.  These libraries help other developers create web applications much faster because it makes it so the developer doesn't have to do a lot of extra work trying to make sure that the code works on various browsers.  The same concept exists in JScript.  There is a library called jPaq which gives you the ability to use helpful functions that don't natively exist in JScript.  Click here to check out this library.

Related Search Results

  1. JScript Example - Calculating 2^4194304:
    See how you can attempt to calculate an extremely large number with JScript.
  2. JavaScript Snippet - Get Current HTML Code:
    Learn how to access the HTML code that composes the page at this exact moment.
  3. JavaScript - GET Object Emulation:
    Learn how to emulate the GET object with JavaScript.
  4. JavaScript - Why Use getAttribute(...) In JavaScript?:
    Learn why getAttribute is at times more useful that dot notation and bracketed notation.
  5. JavaScript Box:
    A simple way to test out JavaScript. Test out your functions and objects. Do some advanced tests with JXtension.