Dove sbaglio?
Così funziona
<script language="javascript">
<!--
var s_width ='';
s_width=screen.width
if (s_width == "1024"){
location.href="index1024.htm";
}
else {
location.href="homepage/home8x6.htm";
}
//-->
</script>
Così invece no
<script language="javascript">
<!--
var s_width ='';
s_width=screen.width
if (s_width == "1024"){
location.href="index1024.htm";
}
if (s_width == "1152"){
location.href="index1152.htm";
}
else {
location.href="homepage/home8x6.htm";
}
//-->
</script>
:master:
THANK YOU

Rispondi quotando
