|
Gospelcom Winter Conference "Broadening your Horizons" February 2002 Nathan Ho | |
| Javascripting 101+ | >HOME< |
|
You'll notice that a pop-up window opened with this page loaded in the browser - that was because it ran a script as soon as the page opened, and the browser read those series of commands. You'll also notice that there's are a series of buttons down at the bottom - notice that when I click on each button (labeled with a color), that the background of the page changes colors. This is an example of a javascript function that executes only when called upon. Let's look at what makes these scripts work. |
| <<Back | How does it work!?!>> |