ad_login.asp
来自「销售系统,包括配件录入,配件销售,配件修改,设置反点条件,VIP用户网上购买等」· ASP 代码 · 共 13 行
ASP
13 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="refresh" content="1;url=admin.htm">
<title>用户登录</title>
</head>
<body>
<script>
window.open('http://localhost/main.asp', 'FullScreen', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=screen.availWidth,height=screen.availHeight');
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?