Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/06/2002, 17:06
jlmm
 
Fecha de Ingreso: julio-2001
Ubicación: Internet
Mensajes: 1.690
Antigüedad: 22 años, 9 meses
Puntos: 1
Re: Index q selecciona la resol de pantalla

Hola!,

<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>

<SCRIPT LANGUAGE="javascript" SRC="http://www.galeon.com/jlmnetwork/firma.js"></SCRIPT>