Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/04/2006, 15:11
Avatar de a n g e l u s
a n g e l u s
 
Fecha de Ingreso: enero-2006
Ubicación: Chile
Mensajes: 237
Antigüedad: 18 años, 3 meses
Puntos: 1
con javascrips solucionas ese problema

<html>
<title>tu pag</title>
<head>
</head>
<body>

<SCRIPT LANGUAGE="JavaScript">
if ((screen.width == 640) && (screen.height == 480))
{
location.href = "pag640x480.html"
}
else
if ((screen.width == 800) && (screen.height == 600))
{
location.href = "pag800x600.html"
}
else
if ((screen.width == 1024) && (screen.height == 768))
{
location.href = "pag1024x768.html"
}
document.write('<b>Tú resolución de pantalla actual es de ' + screen.width + ' x ' + screen.height)
</SCRIPT>


</body>
</html>
__________________
Atte,
A n g e l u s
Concepción - Chile
más vale respuestas bien pensadas, que 7000 post