metti questoOriginariamente inviato da ett
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
function detectResolution(){
var sWidth = screen.width
if(sWidth==800)document.location.href="pagia800.ht ml"
else if(sWidth==1024)document.location.href="pagia1024. html"
else document.location.href="pagina_altre_risoluzioni.h tml"
}
</script>
</head>
<body onLoad="detectResolution()">
DEVO SCRIVERLO COSI'NELLA PRIMA PAGINA HTML?
OPPURE HO FATTO UNA C.....A ?