Here are the examples for Chapter 11, which introduces JavaScript.
ch11-eg01.html | A first JavaScript using the document.write() method |
ch11-eg02.html | Try It Out - Text from an external file |
ch11-eg03.html | Accessing form data |
ch11-eg04.html | A simple image rollover |
ch11-eg05.html | A function to calculate the area of a rectangle |
ch11-eg06.html | If conditional statement (only says Good Morning if the clock on your computer is before 12 am - otherwise blank). |
ch11-eg07.html | If Else conditional statement If (Good morning or Good afternoon) |
ch11-eg08.html | Select Case conditional statement |
ch11-eg09.html | While Loop |
ch11-eg10.html | Do While Loop |
ch11-eg11.html | For Loop (1) |
ch11-eg12.html | For Loop (2) |
ch11-eg13.html | String object - big() method and length property |
ch11-eg14.html | Making a substring uppercase |
ch11-eg15.html | Date object (days of the year left) |
ch11-eg16.html | Math object |
ch11-eg17.html | Array object |
ch11-eg18.html | Window object |
Exercise 1 | 5 times table |
Exercise 2 | Time of day |