在线等~~~~急~~

qiaokeli 2003-05-15 02:17:18
怎么实现自动调节分辨率
...全文
37 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
dgcoo 2003-05-15
  • 打赏
  • 举报
回复
真时见多识广, 佩服佩服
roy66 2003-05-15
  • 打赏
  • 举报
回复
支持liuqinyi(宝贝)。
liuqinyi 2003-05-15
  • 打赏
  • 举报
回复
判断出来自己做一下就可以了。
或者使用reg 组件修改客户端的注册表.....
liuqinyi 2003-05-15
  • 打赏
  • 举报
回复
<html>
<head>
<title>测试客户端分辨率</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
function redirectPage(){
var url800x600="index1.htm";
var url1024x768="index2.htm";
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=url800x600;
}
-->
</script>

</head>

<body onLoad="redirectPage()">
<script language="JavaScript" type="text/JavaScript">
<!--

var w=screen.width;
var h=screen.height;
document.write("系统已检测到您的分辨率为:");
document.write("<font size=3 color=red>");
document.write(w+"×"+h);
document.write("< /font>");
document.write("正在进入页面转换,请稍候…");
//-->
</script>

</body>
</html>
GHOSTWY 2003-05-15
  • 打赏
  • 举报
回复
没可能

28,408

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧