新微赢技术网
标题:
让网页适应不同分辨率
[打印本页]
作者:
√龙
时间:
2009-9-13 21:50
标题:
让网页适应不同分辨率
这种方法比较简单地,西西。大家可以根据自己地要求改。
做3个页面,分别命名为“640480.htm”“800600.htm“1024768.htm”,3个页面分别为三种分辨率下浏览的页,然后index.htm的原代码如下:
<html>
<head>
<script LANGUAGE="JavaScript">
<!--Begin
function redirectPage(){
var url640x480="640480.htm";
var url800x600="800600.htm";
var url1024x768="1024768.htm";
if((screen.width==640)&&(screen.height==480))
window.lacation.href=url640x480;
else if((screen.width==800)&&(screen.height==600))
window.lacation.href=url800x600;
else if((screen.width==1024)&&(screen.height==768))
window.lacation.href=url1024x768;
else window.lacation.href=url800x600;
}
//End--!>
</script>
</head>
<body OnLoad="redirectPage();">
</body>
</html>
[ 此贴被醉雪枫叶在2007-04-13 20:17重新编辑 ]
作者:
huangbo88
时间:
2010-1-8 18:05
这篇帖子构思新颖,题材独具匠心,段落清晰,情节诡异,跌宕起伏,主线分明,引人入胜!
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2