Tic Tac Toe
TicTacToe written using JavaScript. The computer player is currently very stupid (exercise: make it smarter). You have the first move - just click on a square to place your nought.
Written by Torsten Seemann and David Powell as a first experiment into the world of JavaScript.
Useful JavaScript feature:
<A HREF="JavaScript: someFunction(someParam)">
runs JS code when you click on the item. Allows you to capture onClick events for images.