
18/01/2002, 01:29
|
 | | | Fecha de Ingreso: mayo-2001 Ubicación: Frente al Monitor :þ
Mensajes: 995
Antigüedad: 24 años Puntos: 0 | |
Re: saludo segun la hora Si...
<html>
<body>
<%
hora = hour(time())
'comprobaciones de tiempo.
if hora > 6 and hora < 14 then
response.write "Buenos dias, son las: " & time()
elseif hora > 13 and hora < 20 then
response.write "Buenas tardes, son las: "& time()
elseif hora > 19 and hora < 24 then
response.write "Buenas noches, son las: "& time()
elseif hora >= 0 and hora < 7 then
response.write "Buenas madrugadas, son las: "& time()
end if
%>
</body>
</html>
<div align=right><embed src="http://www.jesusdaniel.venezuela.com/jd.swf" height=25 width=175 wmode="transparent"></embed><br>Usuario # 3359 en los foros</div> |