Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/12/2002, 00:23
Avatar de trespies
trespies
 
Fecha de Ingreso: noviembre-2002
Ubicación: Sinaloa, México
Mensajes: 312
Antigüedad: 22 años, 4 meses
Puntos: 0
Pregunta Ayuda con este..........

Tengo un problema que no logro entender.....

en la siguiente dirrecion esta en index,,,,,este codigo para la resolucion del navegador....

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>xrevolution</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">

if (screen.width + "x" +screen.height == "800x600") location.href="http://www.xrevolution.net/xrevolution/PaPr800.htm"

if (screen.width + "x" +screen.height == "1024x768") location.href="http://www.xrevolution.net/xrevolution/PaPr1024.htm"

</script>
</head>

<body>

pero al parecer no lo esta agarrando como debiera,,,ya que no me abre las paginas seleccionadas...

Alguien sabe porque.......
?

Gracias