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. Triangle Solitaire:
    Play the peg game, Triangle Solitaire.
  2. JavaScript - Dynamically Creating Tables:
    Gives an example of how to use JavaScript in conjunction with HTML and CSS to dynamically create tables.
  3. JavaScript - GET Object Emulation:
    Learn how to emulate the GET object with JavaScript.
  4. Wormbites 2006:
    The ultimate Snake game with multiple brain-teasing levels. You can also custom design you own levels.
  5. JavaScript Snippet - getAbsPathFor(...):
    Get the absolute path from a given relative path.