![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/04/2006, 15:11
|
![Avatar de a n g e l u s](http://static.forosdelweb.com/customavatars/avatar126105_1.gif) | | | Fecha de Ingreso: enero-2006 Ubicación: Chile
Mensajes: 237
Antigüedad: 19 años 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 |