Español
<!-- 把如下代码加入<head>区域中 --> <style type="text/css"> <!-- span.label {color:negro;ancho:30;alto:16;text-align: centro;margin-top:0;fondo:#ffF;fuente:bold 13px Arial} span.c1 {cursor:mano;color:negro;ancho:30;alto:16;text-align:center;margin-top:0 ;fondo:#ffF;fuente:negrita 13px Arial} span.c2 {cursor:mano;color:rojo;ancho:30;alto:16;text-align:center;margin-top:0;fondo:#ffF;fuente :negrita 13px Arial} span.c3 {cursor:hand;color:#b0b0b0;ancho:30;alto:16;text-align:center;margin-top:0;fondo:#ffF;fuente:negrita 12px Arial} - -> </style> <script type="text/javascript"> //más javascript de http://www.downcodes.com <!-- Comenzar función maxDays(mm, yyyy){ var mDay; if((mm == 3) || (mm == 5) || (mm == 8) || (mm == 10)){ mDía = 30; } else{ mDay = 31 if(mm == 1){ if (yyyy/4 - parseInt(yyyy/4) != 0){ mDay = 28 } else{ mDay = 29 } } } return mDay; } función changeBg(id){ if (eval(id).style.backgroundColor != "amarillo"){ eval(id).style.backgroundColor = "amarillo" } else{ eval(id).style.backgroundColor = "# ffffff" } } función writeCalendar(){ var ahora = nueva Fecha var dd = now.getDate() var mm = now.getMonth() var dow = now.getDay() var aaaa = now.getFullYear() var arrM = nuevo Array("enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre") var arrY = new Array() for (ii=0;ii<=4;ii++){ arrY[ii] = yyyy - 2 + ii } var arrD = new Array("Sol","Lun","Mar", "Mié","Jueves","Viernes","Sábado") var text = "" text = "<nombre del formulario=calForm>" text += "<table border=1>" text += "<tr>< td>" texto += "<ancho de tabla=100%><tr>" texto += "<td align=left>" texto += "<seleccionar nombre=selMonth onChange='changeCal()'>" para (ii =0;ii<=11;ii++){ if (ii==mm){ text += "<option value= " + ii + " Seleccionado>" + arrM[ii] + "</option>" } else{ texto += "<opción valor= " + ii + ">" + arrM[ii] + "</option>" } } texto += "</select>" texto += "</td>" texto += "<td align=right>" texto += "<seleccionar nombre=selYear onChange='changeCal()'>" for (ii=0;ii<=4;ii++){ if (ii==2){ texto + = "<opción valor= " + arrY[ii] + " Seleccionado>" + arrY[ii] + "</option>" } else{ texto += "<opción valor= " + arrY[ii] + ">" + arrY[ii] + "</option>" } } texto += "</select>" texto += "</td>" texto += "</tr></table>" texto += "< /td></tr>" texto += "<tr><td>" texto += "<table border=1>" texto += "<tr>" para (ii=0;ii<=6;ii++ ){ texto += "<td align=center><span class=label>" + arrD[ii] + "</span></td>" } texto += "</tr>" aa = 0 para ( kk=0;kk<=5;kk++){ texto += "<tr>" for (ii=0;ii<=6;ii++){ texto += "<td align=center><span id=sp" + aa + " onClick='changeBg(this.id)'>1</span></td>" aa += 1 } texto += "</tr>" } texto += "</table>" texto += "</td></tr>" texto += "</table>" texto += "</form>" document.write(text) changeCal() } función changeCal(){ var ahora = nueva fecha var dd = now.getDate() var mm = now.getMonth() var dow = now.getDay() var yyyy = now.getFullYear() var currM = parseInt(document.calForm.selMonth.value) var prevM if (currM !=0){ prevM = currM - 1 } else{ prevM = 11 } var currY = parseInt(document.calForm.selYear.value) var mmyyyy = new Date() mmyyyy.setFullYear(currY) mmyyyy.setMonth(currM) mmyyyy .setDate(1) var día1 = mmaaaa.getDay() if (día1 == 0){ día1 = 7 } var arrN = new Array(41) var aa for (ii=0;ii<día1;ii++){ arrN[ ii] = maxDays((prevM),currY) - día1 + ii + 1 } aa = 1 for (ii=day1;ii<=day1+maxDays(currM,currY)-1;ii++){ arrN[ii] = aa aa += 1 } aa = 1 para (ii=día1+maxDays(currM,currY);ii<=41;ii++){ arrN[ii] = aa aa += 1 } para (ii=0;ii<=41 ;ii++){ eval("sp"+ii).style.backgroundColor = "#FFFFFF" } var dCount = 0 for (ii=0;ii<=41;ii++){ if (((ii<7)&&( arrN[ii]>20))||((ii>27)&&(arrN[ii]<20))){ eval("sp"+ii).innerHTML = arrN[ii] eval("sp"+ii ).className = "c3" } else{ eval("sp"+ii).innerHTML = arrN[ii] if ((dCount==0)||(dCount==6)){ eval("sp"+ii ).className = "c2" } else{ eval("sp"+ii).className = "c1" } if ((arrN[ii]==dd)&&(mm==currM)&&(yyyy==currY) ){ eval("sp"+ii).style.backgroundColor="#90EE90" } } dCount += 1 if (dCount>6){ dCount=0 } } } // Fin --> </script> <! -- 把如下代码加入<cuerpo>区域中 --> <script type="text/javascript">writeCalendar()</script>