JavaScript

From Dietrich Blog (Strato)
Revision as of 22:44, 16 June 2007 by Dkracht (talk | contribs)

Jump to: navigation, search

JavaScript

JavaScript ist eine Scriptsprache, die ursprünglich als Zusatz im Netscape Navigator unter dem Namen LiveScript entstand. Die neue Namensgebung soll te an Java anknüpfen, obwohl JavaScript so gut wie nichts mit Java gemain hat.

Genormt als ECMA-262.

Von Microsoft neben VB-Script auch unterstützt als "JScript" durch den Windows Scripting Host (WSH).

Beispiele von kleinen JavaScripts:

  • msxsl.js
  • outlook2ical.js (siehe: Kalender)
  • ....

Wikipedia: http://en.wikipedia.org/wiki/JavaScript

How to execute / run a Javascript File ?

  • Within an HTML-Page by the WebBrowser
  • wscript.exe
  • cscrript //nologo outlook2ical.js

-- Main.DietrichKracht - 09 Apr 2006