Multiple timezone clock (in simple html and flash)

For all those who want to have multiple timezones…i have a small program which does the trick. The cool thing is its free and if you are online its great. Thanks to www.worldtimeserver.com.

<HTML>
  <HEAD>
    <TITLE>World Calender</TITLE>
  </HEAD>
  <BODY><HR><div align="center">
    <TABLE border="1" cellspacing="2" cellpadding="2">
      <TR>
	<TD><table border="0" cellspacing="2" cellpadding="2">
           <tr><td><embed src="http://www.worldtimeserver.com/clocks/wtsclock001.swf?color=ff1493&wtsid=IN" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /></td></tr>
           <tr><td><h2 align="center">India</h2></td></tr>
           </table>
        </TD>
	<TD><table border="0" cellspacing="2" cellpadding="2">
            <tr><td><embed src="http://www.worldtimeserver.com/clocks/wtsclock001.swf?color=FF9900&wtsid=US-NY" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /></td></tr>
            <tr><td><h2 align="center">New Jersey</h2></td></tr>
            </table>
        </TD>
	<TD><table border="0" cellspacing="2" cellpadding="2">
            <tr><td><embed src="http://www.worldtimeserver.com/clocks/wtsclock001.swf?color=000000&wtsid=US-CA" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /></td></tr>
            <tr><td><h2 align="center">California</h2></td></tr>
            </table></div>
        </TD>
      </TR>
</TABLE>
<HR>
</BODY>
</HTML>
This entry was posted in miscellaneous. Bookmark the permalink.

66 Responses to Multiple timezone clock (in simple html and flash)

  1. orly says:

    World Calender

    India

    New Jersey

    California

Leave a Reply

Your email address will not be published. Required fields are marked *