📄 index.asp
字号:
<html>
<head>
<title>『晨景软体』-客户资源管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<SCRIPT LANGUAGE="JavaScript">
<!--
function openFrameless()
{
NFW =window.open("login.asp","","fullscreen");//打开一个窗口为满屏显示
NFW.resizeTo(420,320);//改变窗口大小
NFW.moveTo(screen.width/2-210,screen.height/2-160);//移动窗口
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</SCRIPT>
</head>
<body bgcolor="#000000" text="#000000" onLoad="openFrameless()">
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -