Back to Index
JavaScript On the Web

JavaScript Examples

JavaSript is much easier to learn but more limited than Java. JavaScript is integrated into a web page as you can see by looking at the source. JavScript is designed to extend what you can do with web pages and can control different elements so the page becomes interactive.
Here are some examples of JavaScript to get you started

Back Button A Simple MouseOver (Rollover) Script
Changing Background Colours Popup Windows
Let The Banners Fly! Password
Days Till The Millenium Protected Password
Mortgage Calculator Another Protected Password
Carbon Dating Calculator Moving Objects
Online Quiz a scrolling page


.... and this Pull-down Menu

JavaScript and Java

And in Sydney it's

While HTML is evolving other languages are coming into use on the Web. One of these is JavaScript which can be used in the later version of Netscape (2 and above) or Explorer.

Java is a programming language and is used to create applications as well as applets that are embedded within a web page. For more information about Java try the home page of Sun at: java.sun.com


Return to top of page