bottom.asp
来自「OFFICE办公自动化」· ASP 代码 · 共 31 行
ASP
31 行
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/const.asp"-->
<%
LoginID=trim(session("LoginID")) : if LoginID="" then LoginID=0 '当前用户ID
sql = "UPDATE tbioaUser SET OnlineMod=1, LastLog='" & now() & "' where id=" & LoginID
oConn.Execute sql
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/index.css" type=text/css>
<title>bottom</title>
<base target="_self">
</head>
<body topmargin="0" leftmargin="0" onunload="this.location='../Default.asp?userid=<%=LoginID%>';">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="150" nowrap>
<p align="center"><img border="0" src="../images/bottom_l.gif" width="120" height="18"></p>
</td>
<td align="right"> </td>
<td width="280" align="center" style=filter:dropshadow(color=#000000,offx=1,offy=1) nowrap>
<font color="#ffffff"><%=Corp%>
</td>
<td align="left" nowrap> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?