Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/07/2004, 14:48
Acostag
 
Fecha de Ingreso: noviembre-2002
Ubicación: Monterrey N.L. Mexico
Mensajes: 141
Antigüedad: 22 años, 4 meses
Puntos: 0
Esto es es codigo que tengo mi paquina,

<td align="Center" valign="middle" rowspan="0" Width="15%" >
<Center>
<font face="itc avant garde gothic" Size="5">
<script language=JavaScript>
<!--
;today = new Date(); weekday = today.getDay();if (weekday == 6)
document.write('Sábado');if (weekday == 0) document.write('Domingo');
if (weekday == 1) document.write('Lunes');if (weekday == 2) document.write('Martes');
if (weekday == 3) document.write('Miércoles');if (weekday == 4) document.write('Jueves');
if (weekday == 5) document.write('Viernes')
// -->
</script>
</FONT>
</Center>
<hR>
<font face="itc avant garde gothic" size="2" >
<div align="Center">
<script language=JavaScript>
<!--
;today = new Date();month = today.getMonth();
if (month == 0) document.write('Enero');if (month == 1) document.write('Febrero');
if (month == 2) document.write('Marzo');if (month == 3) document.write('Abril');
if (month == 4) document.write('Mayo');if (month == 5) document.write('Junio');
if (month == 6) document.write('Julio');if (month == 7) document.write('Agosto');
if (month == 8) document.write('Septiembre');if (month == 9) document.write('Octubre');
if (month == 10) document.write('Noviembre');if (month == 11) document.write('Diciembre');
date = today.getDate(); year=today.getYear();document.write (' ', date, ' del ',year);// -->
</script>
</div>
</Font>
</td>


y con el onBlur me aparece en un campo INPUT.

Saludos
Luis.R.Acosta