PDA

View Full Version : Changing this clock to show user's local time


Emeralda
02-27-2012, 06:57 PM
http://img715.imageshack.us/img715/84/941bea38e6bd4e6cb9188f3.png

<div style="top:50px;right:100px;position:absolute;display:non e">
<script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="5005-white.swf";obj.TimeZone="GMT";obj.width=120;obj.height=40;obj.wmode="transparent";showClock(obj);</script>
</div>

Basically, the current clock is showing only a set one GMT, but I'd like it to function like this one: https://vborg.vbsupport.ru/showthread.php?t=202538&highlight=clock where it shows the user's current local time. I know it's possible, I saw it in action, but yeah, I have no idea how it's done, the code was totally too difficult for me >.<