It's free and you have access to premium codes!
Welcome back! Please login to your account.
Don't worry, we'll send you a message to help you to recover your acount.
Written by 21 August 2012
In the following code, we have a drop-down list of countries. By selecting the time of each country, its current time is shown. This clock is live and shows the current time. In addition to the time, it also shows the date of the day. This code is very suitable for currency exchange websites.
<!-- this script is provided by www.javascriptfreecode.com coded by: Kerixa Inc. -->
<script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="world001-green.swf";obj.TimeZone="GMT0530";obj.width=480;obj.height=250;obj.wmode="transparent";showClock(obj);</script><a target='_blank' href='www.javascriptfreecode.com' style='font-size: 8pt; text-decoration: none'>JavaScript Best Codes</a>
Comments
Here you can leave us commments. Let us know what you think about this code tutorial!