Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/11/2002, 17:45
Avatar de .
.
 
Fecha de Ingreso: mayo-2002
Ubicación: Tampico
Mensajes: 906
Antigüedad: 22 años, 10 meses
Puntos: 1
<script language="JavaScript">
if (screen.width + "x" +screen.height == "640x480") {
resolucion.value = "640x480"
location.href="pagina640x480.htm"
}
if (screen.width + "x" +screen.height == "800x600") {
location.href="pagina800x600.htm"
}
if (screen.width + "x" +screen.height == "1024x768") {
location.href="pagina1024x768.htm"
}
</script>


<input type="hidden" name=resolucion>