| What
is Javascript and how does it work?
JavaScript is
Netscape's cross-platform, object-based scripting language for client and
server applications. Javascript code is embedded in HTML documents and is
activated when the document is loaded into a browser e.g. Netscape. Javascript
can be used to basic interactive elements such as rollovers/mouseovers, generate
prompts and warning dialog boxes.

|

|
Rollovers - easy to do in Dreamweaver |
The Javascript
code for a rollover/mouseover.
Using Javascript
to prompt for input or provide feedback.
Using
Javascript for basic calculations.
Educational
use of javascript:
http://edtech.nepean.uws.edu.au/commedia/wio/mod1.html
Resources
Javascript
Tutorials
http://www.geocities.com/SiliconValley/Station/4320/
http://www.webteacher.com/javatour/framehol.htm
http://developer.netscape.com/docs/manuals/communicator/jsguide4/index.htm
|