Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/02/2004, 17:50
Avatar de j-diego
j-diego
 
Fecha de Ingreso: diciembre-2002
Ubicación: Cochabamba
Mensajes: 63
Antigüedad: 21 años, 4 meses
Puntos: 0
Este ejemplo te puede ayudar....

<html>
<head>
<script language="JavaScript">

if (screen.width + "x" +screen.height == "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>
</head>
</html>
__________________
Gracias.