ho fatto una ricerca...
ho trovato questo script:



<HTML>
<HEAD>

<!-- Codice scaricato gratuitamente da HTML.it, il sito italiano sul Web publishing
http://www.html.it -->

<TITLE>Esempi Javascript: esempio pratico </title>
<script language="javascript">
<!--
var s_width ='';
var s_height ='';
s_width=screen.width
s_height=screen.height

if (s_width == "640"){
location.href="640_x_480.htm";
}

if (s_width == "800"){
location.href="800_x_600.htm";
}

if (s_width == "1024"){
location.href="1024_x_768.htm";
}

if (s_width == "1152"){
location.href="1152_x_864.htm";
}

if (s_width == "1280"){
location.href="1280_x_1024.htm";
}
//-->
</script>

</head>

<BODY bgcolor="white">



</body>
</html>




l'ho scaricato da html.it

iss :sexpulp: