Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/03/2003, 02:18
Avatar de CORE
CORE
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años, 1 mes
Puntos: 3
Gracias Javier

Osea que debe de quedar asi?

else if (screen.width + "x" +screen.height == "640x480")
{
document.write('<link rel="stylesheet" type="text/css" href="640.css">');
}

o PURO if?

if (screen.width + "x" +screen.height == "640x480")
{
if(screen.width + "x" +screen.height == "800x600")