محمد صبحي
رقم العضوية : 1 تاريخ التسجيل : 17/05/2016 المشاركات : 479 الدولة : مصر |
#1موضوع: جميع الحقوق محفوظة وساعة في اسفل المنتدى الثلاثاء يوليو 12, 2016 7:56 pm | |
| - الكود:
-
<div align="center"> <form name="where"> <table _moz_resizing="true" style="width: 200px;" border="0" cellpadding="3" cellspacing="0"> <tbody> <tr> </tr> <tr> <td style="width: 100%;"> <script language="JavaScript">
/* Drop Down World Clock- By JavaScript Kit (http://www.javascriptkit.com) Portions of code by Kurt @ http://www.btinternet.com/~kurt.grigg/javascript This credit notice must stay intact Visit our site at http://java.bdr130.net/ for more code */
if (document.all||document.getElementById) document.write('<span id="worldclock" style="font:bold 13px Arial;"></span>')
zone=0; isitlocal=true; ampm='';
function updateclock(z){ zone=z.options[z.selectedIndex].value; isitlocal=(z.options[0].selected)?true:false; }
function WorldClock(){ now=new Date(); ofst=now.getTimezoneOffset()/60; secs=now.getSeconds(); sec=-1.57+Math.PI*secs/30; mins=now.getMinutes(); min=-1.57+Math.PI*mins/30; hr=(isitlocal)?now.getHours():(now.getHours() + parseInt(ofst)) + parseInt(zone); hrs=-1.575+Math.PI*hr/6+Math.PI*parseInt(now.getMinutes())/360; if (hr < 0) hr+=24; if (hr > 23) hr-=24; ampm = (hr > 11)?"PM":"AM"; statusampm = ampm.toLowerCase();
hr2 = hr; if (hr2 == 0) hr2=12; (hr2 < 13)?hr2:hr2 %= 12; if (hr2<10) hr2="0"+hr2
var finaltime=hr2+':'+((mins < 10)?"0"+mins:mins)+':'+((secs < 10)?"0"+secs:secs)+' '+statusampm;
if (document.all) worldclock.innerHTML=finaltime else if (document.getElementById) document.getElementById("worldclock").innerHTML=finaltime else if (document.layers){ document.worldclockns.document.worldclockns2.document.write(finaltime) document.worldclockns.document.worldclockns2.document.close() }
setTimeout('WorldClock()',1000); }
window.onload=WorldClock // </script> <ilayer style="width: 100%; height:35px;" id="worldclockns"><layer id="worldclockns2" left="0" top="0" style="font: bold 10px Arial; width: 100%; height: 10px;"></layer></ilayer> </td> </tr> </tbody> </table> </form> </div> *جميع الحقوق محفوظة لـ منتدى التجارب FORUMNAME} Domoo3 ® / (حقوق الطبع والنشر©2016 - 2015) يوضع في العناصر المستقلة - انشاء عنصر ويكون اخر العناصر |
|