Here are some examples of JavaScript - a language
which runs directly in the browser and makes it easy to add simple logic and animation to
your web pages.I started using JavaScript to find out what it was
capable of. Feel free to look at the source. I have tried to write it in such a way that
it is easy to learn from. If you know C, C++ or Java, then you will find it easy to learn.
If you like the examples then please put a link from your page to our site.
If you use any of the code, then please keep the copyrights in place.
For more details see our notes.
Some of the code is written in JavaScript 1.0, but quite a lot is
written in version 1.1.The reason for this is that image manipulation was only added in
JavaScript 1.1. This means that not all browsers will be able to run these programs.
JavaScript 1.2 is now available, but since only Netscape Navigator 4.0
can run it, I have not used any of its features here.
If you want to learn some more JavaScript, I can recommend Stefan Koch's
tutorial and Netscape's
JavaScript reference.