Sciology = Science + Technology

Commonsense in Technology

Archive for December 27th, 2006

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>

Posted in Uncategorized | 70 Comments »

 
Follow

Get every new post delivered to your Inbox.