Español
<!--把如下代码加入<body>区域中 --> <SCRIPT LANGUAGE="JavaScript"> <!-- Start var expDays = 30; var exp = nueva fecha(); exp.setTime(exp.getTime() + (expDías*24*60*60*1000)); function Who(info){ var VisitorName = GetCookie('VisitorName') if (VisitorName == null) { VisitorName = Prompt("¿Quién es usted?"); SetCookie('Nombre del visitante', Nombre del visitante, exp); } devolver Nombre del visitante; } función Cuando(info){ var rightNow = nueva Fecha() var WWHTime = 0; WWHTime = GetCookie('WWhenH') WWHTime = WWHTime * 1 var lastHereFormatting = nueva Fecha(WWHTime); var intLastVisit = (lastHereFormatting.getYear() * 10000)+(lastHereFormatting.getMonth() * 100) + lastHereFormatting.getDate() var lastHereInDateFormat = "" + lastHereFormatting; var dayOfWeek = lastHereInDateFormat.substring(0,3) var dateMonth = lastHereInDateFormat.substring(4,11) var timeOfDay = lastHereInDateFormat.substring(11,16) var año = lastHereInDateFormat.substring(23,25) var WWHText = dayOfWeek + " , " + fechaMes + " en " + timeOfDay SetCookie("WWhenH", rightNow.getTime(), exp) return WWHText } function Count(info){ var WWHCount = GetCookie('WWHCount') if (WWHCount == null) { WWHCount = 0; } más{ WWHCount++; } SetCookie('WWHCount', WWHCount, exp); devolver WWHCount; } conjunto de funciones(){ Nombre del visitante = solicitud ("¿Quién eres?"); SetCookie('Nombre del visitante', Nombre del visitante, exp); SetCookie('WWHCount', 0, exp); SetCookie('WCuandoH', 0, exp); } función getCookieVal(desplazamiento) { var endstr = document.cookie.indexOf(";", desplazamiento); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } función GetCookie (nombre) { var arg = nombre + "="; var alen = arg.longitud; var clen = documento.cookie.length; var i = 0; mientras (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) devuelve getCookieVal (j); i = documento.cookie.indexOf(" ", i) + 1; si (i == 0) romper; } devolver nulo; } función SetCookie (nombre, valor) { var argv = SetCookie.arguments; var argc = SetCookie.argumentos.length; var caduca = (argc > 2)? argv[2] : nulo; var ruta = (argc > 3)? argv[3] : nulo; dominio var = (argc > 4)? argv[4] : nulo; var seguro = (argc > 5)? argv[5] : falso; document.cookie = nombre + "=" + escape (valor) + ((expires == null)? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ?" " : ("; ruta=" + ruta)) + ((dominio == nulo)? "" : ("; dominio=" + dominio)) + ((seguro == verdadero)? "; seguro" : "" ); } función EliminarCookie (nombre) { var exp = nueva Fecha(); exp.setTime(exp.getTime() - 1); var cval = GetCookie(nombre); document.cookie = nombre + "=" + cval + "; expira=" + exp.toGMTString(); } // Fin --> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> document.write("Hola " + Quién() + ". <br>您已经登录本站" + Count() + " 次了.<br>上次登录是:" + Cuando() +"."); </SCRIPT>