How to Use the Clocks Applet

Back to clocks page

Here is the HTML that produces the clocks on the previous page. (The lines are numbered for reference in the explanation below.)

1 <applet codebase="ClocksApplet" code="ClocksApplet.class"
2    width="400" height="140">
3 <param name="cities" value="Tokyo;San Jose;Toronto;London" />
4 <param name="offsets" value="900;480;300;0" />
5 Sorry, you don't have Java enabled. You won't be able to see the clocks.
6 </applet>