Aca te dejo el script Javascript. Tenés que meterlo entre <head> y </head>.
Lo que está en rojo lo tenés que reemplazar, ahi te explico.
Cita: <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>
Con eso bastará. Que funciona con Internet Explorer es seguro, con los otros navegadores no tengo la menor idea....
Espero que te sea de ayuda, mucha suerte!
Slaouds,