index.htm
来自「文件管理系统」· HTM 代码 · 共 22 行
HTM
22 行
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用户登录</title>
<OBJECT id=closes type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Close">
</object>
</head>
<body>
<script language="JavaScript">
<!--
closes.Click();
HeightValue=screen.height;
WidthValue=screen.width;
newwin=window.open("default.asp","new","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=yes,width="+WidthValue+",height="+HeightValue+",top=0,left=0");
newwin.moveTo(-3,-3);
newwin.resizeTo(WidthValue+6,HeightValue-23);
// -->
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?