Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/01/2003, 14:16
Avatar de ferny
ferny
Il capo della mafia
 
Fecha de Ingreso: febrero-2002
Ubicación: Al final del cable
Mensajes: 10.080
Antigüedad: 23 años
Puntos: 55
Ojalá esto te sirva:
Código:
<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>
Ésta debe ser tu página principal, y luego modifica las otras a donde quieras. La parte de 640x480 si quieres la puedes omitir, pues casi nadie la usa.
__________________
www.mundodivx.com || www.mundodivx.org

Pon tu mano en un horno caliente durante un minuto y te parecerá una hora.
Siéntate junto a una chica preciosa durante una hora y te parecerá un minuto.
Eso es la relatividad.