<SCRIPT LANGUAGE="JavaScript">
<!--
if (window.screen.width==800 && window.screen.height==600)//用来800*600分辨率设置
{
alert("800*600")
}
if (window.screen.width==640 && window.screen.height==480)// 1024分辨率设置
{
alert("640*480")
}
if (window.screen.width==1024 && window.screen.height==768)// 1024分辨率设置
{
alert("1024*768")
}
//-->
</SCRIPT>
<!--
if (window.screen.width==800 && window.screen.height==600)//用来800*600分辨率设置
{
alert("800*600")
}
if (window.screen.width==640 && window.screen.height==480)// 1024分辨率设置
{
alert("640*480")
}
if (window.screen.width==1024 && window.screen.height==768)// 1024分辨率设置
{
alert("1024*768")
}
//-->
</SCRIPT>
浙公网安备 33010602011771号