a internet programming languages

  J a v a s c r i p t

Today is (month) (day), 2004.

see also the

or go to the Quiz

or play a variant of the NIM game

or weave a web

Javascript

is a small programming language designed just for the use in web pages. Simple actions on webpages can be initiated by running javascript programs.

Where to write them

Although Javascript programs can be stored separately from the corresponding HTML page, it's easiest to put the program on the HTML page between head and body (see this page). You use script tags.

Functions

Most Javascript commands are divided into functions (modular approach). Again compare the javascript on this page by looking into the source code.


Erich Prisner, August 2003