empmain_logoff.asp
来自「欢迎大家分享本系统为bs架构的asp+access版本。<br>包含:员工信息」· ASP 代码 · 共 22 行
ASP
22 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/EmpMain.asp" -->
<!--#include file="EmpMain_CheckRight.asp"-->
<%
call fnCreateLog("登出系统")
response.Cookies("UserName") = ""
response.Cookies("ID") = ""
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
window.location = 'index.asp'
</script>
</head>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?