![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/09/2005, 07:16
|
| | Fecha de Ingreso: junio-2004
Mensajes: 158
Antigüedad: 20 años, 7 meses Puntos: 1 | |
hola jpiornos
puedes probar en hacer esto en tu index.htm
en el head colocas este script
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
{
// para redireccionar en pantallas de 800*600
// Comienzo
var nWdt = screen.width;
var nHgh = screen.height;
if ((nWdt == 800) && (nHgh == 600)) {
window.top.location='index800.html'
}
</script>
entonces el index.htm es para 1024 y index800 es para 800x600
saludos
Javier |