reload.asp

来自「ASP程序实现的科技期刊系统」· ASP 代码 · 共 19 行

ASP
19
字号
<!--#include file="../Include/AdoConn.asp"-->
<%
if session("userCode")<>"" then
strsql="update xt_tc_user set 登录时间='"&now&"' where 用户编码='"&session("usercode")&"'"
conn.execute strsql,1
end if
%>
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="refresh" content="60;url=reload.asp">
</head>

<body bgcolor="#ffffff" text="#000000" >

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?