Español
A.menuitem { COLOR: menutext; DECORACIÓN DE TEXTO: ninguna } A.menuitem:hover { COLOR: texto resaltado; COLOR DE FONDO: resaltar } DIV.contextmenu { BORDE-DERECHO: inicio de 2px; BORDE SUPERIOR: inicio de 2px; ÍNDICE Z: 999; VISIBILIDAD: oculta; FRONTERA IZQUIERDA: inicio de 2px; BORDE INFERIOR: inicio de 2px; POSICIÓN: absoluta; COLOR DE FONDO: cara del botón } función Año_Mes(){ var ahora = nueva Fecha(); var yy = ahora.getYear(); var mm = ahora.getMonth()+1; var cl = ''; if (now.getDay() == 0) cl = ''; if (now.getDay() == 6) cl = ''; return(cl + yy + '年' + mm + '月'); } función Fecha_de_Hoy(){ var ahora = nueva Fecha(); var cl = ''; if (now.getDay() == 0) cl = ''; if (now.getDay() == 6) cl = ''; return(cl + now.getDate() + ''); } función Día_de_Hoy(){ var día = nueva matriz(); día[0] = "星期日"; día[1] = "星期一"; día[2] = "星期二"; día[3] = "星期三"; día[4] = "星期四"; día[5] = "星期五"; día[6] = "星期六"; var ahora = nueva fecha(); var cl = ''; if (now.getDay() == 0) cl = ''; if (now.getDay() == 6) cl = ''; return(cl + día[now.getDay()] + ''); } función HoraActual(){ var ahora = nueva Fecha(); var hh = ahora.getHours(); var mm = ahora.getMinutes(); var ss = ahora.getTime() % 60000; ss = (ss - (ss % 1000)) / 1000; var reloj = hh+':'; si (mm < 10) reloj += '0'; reloj += mm+':'; si (ss < 10) reloj += '0'; reloj += ss; regresar(reloj); } función actualizarCalendarClock(){ document.all.calendarClock1.innerHTML = Year_Month(); document.all.calendarClock2.innerHTML = Fecha_de_hoy(); document.all.calendarClock3.innerHTML = Día_de_Hoy(); document.all.calendarClock4.innerHTML = CurentTime(); } var URL web = URL web; document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write(''); document.write(''); setInterval('refreshCalendarClock()',1000);