Example programs for Section 9

Each of the following links leads to a web page which contains an example JavaScript program. The program will run automatically as soon as you enter the page. When the program has finished, go to the View and select the Source (or it may be called View Source) option. This will show you the HTML code with the JavaScript program embedded in it.

Please note! Tripod, the web site host where this page is located, automatically insert some of their own JavaScript code at the beginning of every page. This is the code which makes that wretched advertisement appear. Although you can learn a lot by examining this code, you should really concentrate on the code that I have written. Skip through the source code until you get to the line which is similar to the following

<!-- End inserted code here>

(the wording may be slightly different) then start reading the page.



Go Back