您的位置:首页 > 其它

将显示的IE页面的大小控制在850*600,该怎么写???

2005-08-24 14:47 274 查看
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head><body>
</body>
</html>
<script language="javascript">
window.moveTo(0,0);
window.resizeTo(850,600);
</script>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: