Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>重新设置窗口大小</title>
<style type="text/css">
<!--
.STYLE1 {
color: #0000FF;
font-family: "华文行楷";
font-size: 30px;
}
-->
</style>
</head>
<body>
<a href="javascript:var intwidth;var intheight;intwidth=prompt('请输入窗口的宽度','');intheight=prompt('请输入窗口的高度.','');intwidth=parseInt(intwidth);intheight=parseInt(intheight);if(intwidth>0&&intheight>0) {window.resizeTo(intwidth,intheight);}else{alert('Please specify a width and height.');}" class="STYLE1">重新设置窗口大小</a>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx