ciao tutti!
mi potete dire a cosa serve questo?
<SCRIPT LANGUAGE="Javascript">
{
var url800x600="mver8.htm";
var url1024x768="mver1.htm";
if ((screen.width==800) && (screen.height==600))
window.location.href=url800x600;
else if ((screen.width==1024) && (screen.height==768))
window.location.href=url1024x768;
}
</SCRIPT>
ciao