العربية
<!-- وظيفة Montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) { this[0] = m0; هذا[1] = m1; هذا[2] = م2؛ هذا[3] = m3; هذا[4] = m4; هذا[5] = m5; هذا[6] = m6; هذا[7] = m7; هذا[8] = m8; هذا[9] = m9; هذا[10] = m10; هذا[11] = m11; } // المزيد من جافا سكريبت من http://www.downcodes.com function Calendar() { varmonthNames = "JanFebMarAprMayJunJulAugSepOctNovDec"; فار اليوم = تاريخ جديد ()؛ فار هذا اليوم؛ فار MonthDays = newmontharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); سنة = today.getYear() + 1900; thisDay = today.getDate(); if (((السنة % 4 == 0) && (السنة % 100 != 0)) || (السنة % 400 == 0)) MonthDays[1] = 29; nDays = MonthDays[today.getMonth()]; firstDay = today; firstDay.setDate(1); // يعمل بشكل جيد مع معظم الأنظمة testMe = firstDay.getDate(); if (testMe == 2) firstDay.setDate(0); startDay = firstDay.getDay(); document.write('<table border="1" cellpadding="0" cellpadding="1" align="CENTER" bgcolor="red"><TR><TD><table border="0" cellpacing="1 " cellpadding="1" bgcolor="#ffeeee">'); document.write('<TR><th colspan="7" bgcolor="#ffffcc">'); var dayNames = new Array("星期日"، "星期一"، "星期二"، "星期三"، "星期四"، "星期五"، "星期六")؛ varmonthNames = new Array("1月"،"2月"،"3月"،"4月"،"5月"،"6月"،"7月"،"8月"،"9月" ""10月"،"11月"،"12月")؛ var now = new Date(); document.write("<font style=font-size:9pt;Color:#990000>" + "公元" + now.getYear() + "年" +monthNames[now.getMonth()] + "" + now. getDate() + "日 " + dayNames[now.getDay()] + "</FONT>"); document.writeln('</TH></TR><TR><TH BGCOLOR="red"><font style="font-size:9pt;Color:White">日</FONT></TH>' ); document.writeln('<th bgcolor="#ff6699"><font style="font-size:9pt;Color:White">一</FONT></TH>'); document.writeln('<TH BGCOLOR="#ff6699"><font style="font-size:9pt;Color:White">二</FONT></TH>'); document.writeln('<TH BGCOLOR="#ff6699"><font style="font-size:9pt;Color:White">三</FONT></TH>'); document.writeln('<TH BGCOLOR="#ff6699"><font style="font-size:9pt;Color:White">四</FONT></TH>'); document.writeln('<TH BGCOLOR="#ff6699"><font style="font-size:9pt;Color:White">五</FONT></TH>'); document.writeln('<TH BGCOLOR="#ff6699"><font style="font-size:9pt;Color:White">六</FONT></TH>'); document.writeln("</TR><TR>"); العمود = 0؛ for (i=0; i<startDay; i++) { document.writeln("n<TD><FONT style=font-size:9pt> </FONT></TD>"); العمود++; } for (i=1; i<=nDays; i++) { if (I == thisDay) { document.writeln('</TD><td align="CENTER" bgcolor="#ffefef"><FONT style= حجم الخط:9pt;اللون:أحمر><B>') } else { document.writeln('</TD><TD BGCOLOR="#FFFFFF" ALIGN="CENTER"><FONT style=font-size:9pt ;عائلة الخط:Arial;وزن الخط:غامق;اللون:#660033>'); } document.writeln(i); if (I == thisDay) document.writeln("</FONT></TD>") column++; إذا (العمود == 7) { document.writeln("<TR>"); العمود = 0؛ } } document.writeln('<TR><td colspan="7" align="CENTER" valign="TOP" bgcolor="#dd3333"><form name="clock" onSubmit="0"><نمط الخط =font-size:9pt;اللون:#ffffff>الحجم <INPUT TYPE="Text" NAME="face" size="12" ALIGN="TOP"></FONT></TD></TR>< /TABLE></TD></TR></TABLE></form>'); } // --> </script> <script LANGUAGE="javascript"> var timerID = null; var timerRunning = false; وظيفة ساعة التوقف (){ if(timerRunning) ClearTimeout(timerID); timerRunning = false;} وظيفة showtime () { var now = new Date(); فار ساعات = now.getHours(); فار دقيقة = now.getMinutes(); var ثواني = now.getSeconds() var timevalue = " " + ((ساعات > 12) ? ساعات -12 : ساعات) القيمة الزمنية += ((دقائق < 10) ? ":0" : ": ") + قيمة الدقائق + = ((ثواني < 10) ? ":0" : ": ") + القيمة الزمنية للثواني += (ساعات >= 12) ? "PM" : "AM" document.clock.face.value = timevalue; timerID = setTimeout("showtime()",1000); timerRunning = true;} وظيفة startclock () { stopclock(); showtime();} </script> <!-- 修改<body>内容 --> <body onLoad="startclock(); timerONE=window.setTimeout" > <!-- قم بالتسجيل في الوقت المحدد<body>الوقت المحدد --> <script LANGUAGE="javascript" TYPE="text/javascript"> <!-- التقويم(); //--> </script>