14/05/2002, 08:36
|
| | Fecha de Ingreso: julio-2001 Ubicación: Internet
Mensajes: 1.690
Antigüedad: 23 años, 5 meses Puntos: 1 | |
Re: Agun experto que me ayude Hola!
if (a == 2002)
{
if (m > 4)
{
location.href="caduca.htm";
}
else
{
location.href="vigente.htm";
}
}
else if (a > 2002)
{
location.href="caduca.htm";
}
else
{
location.href="vigente.htm";
}
<SCRIPT LANGUAGE="javascript" SRC="http://www.galeon.com/jlmnetwork/firma.js"></SCRIPT> |