Sciology = Science + Technology

Religious Programming (Eclipse; AJAX; SOA; Mashups; XP + SCRUM).

Multiple timezone clock (in simple html and flash)

Posted by sureshkrishna on December 27, 2006

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>

One Response to “Multiple timezone clock (in simple html and flash)”

  1. pRozaC Says:

    Oh thanks! I put it on my site

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>