العربية
<!-- تم الحفظ من url=http://www.downcodes.com/js --> <!-- تصميم مواقع الويب bbs url=http://www.downcodes.com/bbs--> <!--مطلوب هناك خطوتان مطلوبتان لإكمال ذلك. الخطوة الأولى هي إضافة الكود التالي إلى منطقة <head> --> <STYLE TYPE="text/css"> .normal{BACKGROUND: #ffffff} .today {font- الوزن:الخلفية: #6699cc} .satday{color:green} .sunday{color:red} .days {font-weight:bold} </STYLE> <SCRIPT LANGUAGE="JavaScript"> varmonths = new Array( "يناير" و"فبراير" و"مارس" و"أبريل" و"مايو" و"يونيو" و"يوليو" و"أغسطس" و"سبتمبر" و"أكتوبر" و"نوفمبر" و"ديسمبر")؛ var dayInMonth = new Array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); ، "الأربعاء"، "الخميس"، "الجمعة"، "السبت")؛*/ vardays = new Array("日"،"一"، "二"، "三" ، "أربعة"، "خمسة"، "six"); الدالة getDays(month, year) { if (1 == year) return ((0 == year % 4) && (0!= (year % 100))) || 400) ? 29 : 28; ; this.month = this.now.getMonth(); this.day = this.now.getDate(); } today = new getToday(); document.all.year [document.all.year.selectedIndex].text); var newCal = new Date(parseYear, document.all.month.selectedIndex, 1); ); var daily = 0; if ((today.year == newCal.getFullYear()) &&(today.month == newCal.getMonth())) day = today.day; var tableCal = document.all.calendar. tBodies.dayList; var intDaysInMonth =getDays(newCal.getMonth(), newCal.getFullYear()); for (var intWeek = 0; intWeek < tableCal.rows.length;intWeek++) لـ ( var intDay = 0;intDay < tableCal. rows[intWeek].cells.length;intDay++) { var cell = tableCal.rows[intWeek].cells[intDay]; if ((intDay == startDay) && (0 == daily )) daily = 1; ==daily) // اليوم، اتصل بفصل اليوم cell.className = "today"; else if(intDay==6) //Saturday cell.className = "sunday"; else if (intDay==0) //Sunday cell .className ="satday"; else // عادي cell.className = "normal"; if ((daily > 0) && (daily <= intDaysInMonth)) { cell.innerText = daily++ } else cell.innerText = " "; } } function getDate() { var sDate; // يعالج هذا الرمز نقرات الماوس if ("TD" == events.srcElement.tagName) if (" " != events.srcElement.innerText) { sDate = document.all .year.value + "year" + document.all.month.value + "month" + events.srcElement.innerText + "day"؛ تنبيه(sDate) } } </SCRIPT> <input type="hidden" name ="ret"> <معرف الجدول = "التقويم" تباعد الخلايا = "0" cellpadding = "0" الحدود = 1 محاذاة = "المركز"> <THEAD> < TR> <TD COLSPAN = 7 ALIGN = CENTER> <معرف التحديد = "الشهر" ONCHANGE = "newCalendar ()"> <SCRIPT LANGUAGE = "JavaScript"> للمستند (var intLoop = 0؛ intLoop <months.length؛ intLoop++) .write("<OPTION VALUE= " + (intLoop + 1) + " " + (today.month == intLoop ? "Selected" : "") + ">" + أشهر[intLoop]); </SCRIPT> </SELECT> <SELECT ID="year" ONCHANGE="newCalendar( )"> <SCRIPT LANGUAGE="JavaScript"> for (var intLoop = today.year-100; intLoop < (today.year + 64); intLoop++) document .write("<OPTION VALUE= " + intLoop + " " + (today.year == intLoop ? "Selected" : "") + ">" + intLoop> </SELECT> </TD> </TR> <TR CLASS="days"> <SCRIPT LANGUAGE); ="JavaScript"> document.write("<TD class=satday>" + days[0] + "</TD>"); for (var intLoop = 1; intLoop <days.length-1; intLoop++) مستند. write("<TD>" +days[intLoop] + "</TD>"); document.write("<TD class=sunday>" +days[intLoop] + "</TD>"); > </TR> </THEAD> <TBODY border=1 cellpacing="0" cellpadding="0" ID="dayList"ALIGN=CENTER ONCLICK=" getDate()"> <SCRIPT LANGUAGE="JavaScript"> لـ ( var intWeeks = 0; intWeeks < 6; intWeeks++) { document.write("<TR style='cursor:hand'>"); for (var intDays = 0; intDays < أيام. length; intDays++) document.write(" <TD></TD>"); document.write("</TR>"); } </SCRIPT> </TBODY> </TABLE> <div align="center"></div> <div align ="center"> <Script Language="JavaScript1.2"> function Cancel() { document.all.ret.value = ""; الخطوة 2: أضف "OnUnload="window.returnValue = document.all.ret.value;"" إلى علامة <body> على سبيل المثال: --> <body OnUnload="window.returnValue = document.all.ret. القيمة؛">