你这个有一定的bug,如果用户用的分辨率是1152*864怎么办,呵呵
我改了下
<script LANGUAGE="javascript">
if (screen.width==800){top.location.replace(’800/index.htm’)}
else
if (screen.width==1024){top.location.replace(’1024/index.htm’)}
else
alert(’请使用800*600或1024*768浏览本页’);
</script>
总于显示出来了~~~~
[em03]
[此贴子已经被作者于2003-5-23 11:44:16编辑过]