<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0011)about:blank -->
<HTML>
<script LANGUAGE="JavaScript">
<!-- Begin
function redirectPage() {
var url640x480 = "页面一";
var url800x600 = "页面二";
var url1024x768 = "页面三";
if ((screen.width == 640) && (screen.height == 480))
window.location.href= url640x480;
else if ((screen.width == 800) && (screen.height == 600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
else window.location.href= url640x480;
}
// End -->
</script>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.2722" name=GENERATOR></HEAD>
<body onload="redirectPage()"></body></HTML>
posted on 2011-02-12 13:38  Berthing  阅读(597)  评论(0)    收藏  举报