Ver Mensaje Individual
  #7 (permalink)  
Antiguo 14/05/2002, 08:36
jlmm
 
Fecha de Ingreso: julio-2001
Ubicación: Internet
Mensajes: 1.690
Antigüedad: 22 años, 9 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>