Français
<!-- Enregistré depuis url=http://www.downcodes.com/js --> <!-- Conception Web bbs url=http://www.downcodes.com/bbs--> <!--Obligatoire Deux étapes sont nécessaires pour terminer cela. La première étape consiste à ajouter le code suivant à la zone <head> --> <STYLE TYPE="text/css"> .normal{BACKGROUND : #ffffff} .today {font-. poids: gras; CONTEXTE: #6699cc} .satday{color:green} .sunday{color:red} .days {font-weight:bold} </STYLE> <SCRIPT LANGUAGE="JavaScript"> var mois = new Array( "Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre" ", "Décembre"); var joursDansMois = new Array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); /*var jours = new Array("Dimanche ", "Lundi", "Mardi" , "Mercredi", "Jeudi", "Vendredi", "Samedi");*/ var jours = new Array("日","一", "二", "三" , "quatre", "cinq", "six"); function getDays(mois, année) { if (1 == mois) return ((0 == année % 4) && (0 != (année % 100)) ) || 400) ? 29 : 28 ; else return joursInMonth[mois] ; } function getToday() { //Obtenir l'année, le mois et le jour d'aujourd'hui this.now = new Date year(); ; this.month = this.now.getMonth(); this.day = this.now.getDate(); } aujourd'hui = new getToday(); function newCalendar() { aujourd'hui = new getToday(); document.all.year [document.all.year.selectedIndex].text); var newCal = new Date(parseYear, document.all.month.selectedIndex, 1); var day = - 1; var startDay = newCal.getDay( ); var quotidiennement = 0; if ((aujourd'hui.année == newCal.getFullYear()) &&(today.month == newCal.getMonth())) jour = aujourd'hui.jour; var tableCal = document.all.calendar. tBodies.dayList; var intDaysInMonth =getDays(newCal.getMonth(), newCal.getFullYear()); pour (var intWeek = 0; intWeek < tableCal.rows.length;intWeek++) pour ( 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) //Aujourd'hui, appelez la classe d'aujourd'hui cell.className = "aujourd'hui" else if(intDay==6) //Samedi cell.className = "sunday" else if (intDay==0) //Dimanche cellule; .className ="satday"; else //Normal cell.className="normal"; if ((daily > 0) && (daily <= intDaysInMonth)) { cell.innerText = daily++; "; } } function getDate() { var sDate; //Ce code gère les clics de souris if ("TD" == event.srcElement.tagName) if (" " != event.srcElement.innerText) { sDate = document.all .year.value + "année" + document.all.month.value + "mois" + event.srcElement.innerText + "jour" alert(sDate) } } </SCRIPT> <input type="hidden" name; ="ret"> <TABLE ID="calendar" Cellpacing="0" cellpadding="0" border=1 align="center"> <THEAD> < TR> <TD COLSPAN=7 ALIGN=CENTER> <SELECT ID= "mois" ONCHANGE="newCalendar()"> <SCRIPT LANGUAGE="JavaScript"> pour (var intLoop = 0; intLoop < mois.length; intLoop++) document .write("<OPTION VALUE= " + (intLoop + 1) + " " + (aujourd'hui.mois == intLoop ? "Selected" : "") + ">" + mois[intLoop]); </SCRIPT> < /SELECT> <SELECT ID="année" ONCHANGE="newCalendar( )"> <SCRIPT LANGUAGE="JavaScript"> for (var intLoop = aujourd'hui.année-100; intLoop < (aujourd'hui.année + 64); intLoop++) document .write("<OPTION VALUE= " + intLoop + " " + (aujourd'hui.année == intLoop ? "Selected" : "") + ">" + intLoop> </SCRIPT> </SELECT> </TD> </TR> <TR CLASS="jours"> <SCRIPT LANGUAGE); ="JavaScript"> document.write("<TD class=satday>" + jours[0] + "</TD>"); pour (var intLoop = 1; intLoop < jours.length-1; intLoop++) document. write("<TD>" + jours[intLoop] + "</TD>"); document.write("<TD class=sunday>" + jours [intLoop] + "</TD>"); > </TR> </THEAD> <TBODY border=1 cellpacing="0" cellpadding="0" ID="dayList"ALIGN=CENTER ONCLICK=" getDate()"> <SCRIPT LANGUAGE="JavaScript"> pour ( var intWeeks = 0; intWeeks < 6; intWeeks++) { document.write("<TR style='cursor:hand'>"); for (var intDays = 0; intDays < jours.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 = "" window.close( } </script> </div> <!--); Étape 2 : ajoutez « OnUnload="window.returnValue = document.all.ret.value;"" à la balise <body> Par exemple : --> <body OnUnload="window.returnValue = document.all.ret. valeur;">