Português
Um calendário muito bonito e prático que pode ser exibido na sua própria página! hehe!
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>Efeitos especiais da página da Web downcodes.com---um calendário muito bonito e prático</ title> <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"> //Cria um array para armazenar o número de dias em cada mês function mêsarr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) { este[0] = m0; este[1] = m1; ; this [6] = m6; this[7] = m7; this[8] = m8; this[9] = m9; this[11] = m11; function calendário() { var mêsNomes = "JanFebMarAprMayJunJulAugSepOctNovDec"; , 31); ano = hoje.getYear() +1900; thisDay = hoje.getDate(); = 0)) mêsDias[1] = 29; nDias = mêsDias[today.getMonth()]; setDate(0); startDay = firstDay.getDay(); document.write("<div id='rili' style='position:absolute;width:140px;left:300px;top:100px;'>") documento. write("< TABLE width='217' BORDER='0' CELLSPACING='0' CELLPADDING='2' BGCOLOR='#0080FF'>") document.write("<TR><TD><table border=' 0' cellpacing= '1' cellpadding='2' bgcolor='Silver'>"); document.write("<TR><th colspan='7' bgcolor='#C8E3FF'>"); var dayNames = new Array("Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"); Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"); var agora = nova Data (); document.writeln("< FONT STYLE='font-size:9pt;Color:#330099'>" + "AD" + now.getYear() + "Year" +monthNames[now.getMonth()] + " " + now.getDate() + "Dia" + dayNames[now.getDay()] + "</FONT>"); document.writeln("</TH></TR><TR><TH BGCOLOR= '#0080FF'><FONT STYLE= 'font-size:9pt;Color:White'>日</FONT></TH>"); document.writeln("<th bgcolor='#0080FF'><FONT STYLE ='font-size:9pt;Color :Branco'>一</FONT></TH>"); document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt; Color:White'>二</FONT </TH>"); document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>三</ FONT></TH>"); document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>四</FONT></TH>") ; ='#0080FF'><FONT STYLE='font-size:9pt;Cor:Branco'>五</FONT></TH>"); document.writeln("<TH BGCOLOR='#0080FF'><FONT STYLE='font-size:9pt;Color:White'>六</FONT></TH>"); document.writeln("</TR><TR>"); coluna = 0; for (i=0 ; i<startDay; i++) { document.writeln("n<TD><FONT STYLE='font-size:9pt'> </FONT></TD>"); i<=nDias; i++) { if (i == thisDay) { document.writeln("</TD><TD ALIGN='CENTER' BGCOLOR='#FF8040'><FONT STYLE='font-size:9pt; Cor:#ffffff'><B>") } else { document.writeln("</TD><TD BGCOLOR='#FFFFFF' ALIGN='CENTER'><FONT STYLE= 'font-size:9pt;font- family:Arial;font-weight:bold;Color:#330066'>"); } document.writeln(i); if (i == thisDay) document.writeln("</ FONT></TD>") coluna++ ; if (coluna == 7) { document.writeln("<TR>"); coluna = 0 } } document.writeln("<TR><TD COLSPAN='7' ALIGN='CENTER' VALIGN='TOP ' BGCOLOR='#0080FF'>") document.writeln("<FORM NAME='clock' onSubmit='0'><FONT STYLE='font-size:9pt;Color: #ffffff'>") document.writeln ("Hora atual:<INPUT TYPE='Text' NAME='face' ALIGN='TOP'></FONT></FORM></TD></TR></ TABLE>") document.writeln(" </TD></TR></TABLE></div>"); } </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> var timerID = null; var timerRunning = false ; function stopclock (){ if(timerRunning ) clearTimeout(timerID); timerRunning = false;} //Mostra a hora atual function showtime () { var now = new Date(); = now.getSeconds() var timeValue = " " + ((horas >12) ? horas -12 :horas) timeValue += ((minutos < 10) ? ":0" : ": ") + minutos timeValue += ( (segundos <10) ? ":0" : ":") + segundos timeValue += (horas >= 12) ? ()",1000);//Define o tempo limite para exibir o tempo dinamicamente timerRunning = true;} function startclock () { stopclock(); showtime();} </SCRIPT> </head > <body onLoad="startclock( ); timerONE=window.setTimeout"> <script language="JavaScript" type="text/javascript"> <!-- calendar(); //--> </script> < /body> </html>