📄 time.asp
字号:
<%@ codepage ="936" %>
<%
if id=session("id") then
session("pageid")="manage"
response.write "<SCRIPT language=JavaScript>alert('对不起,你没有权限打开此页!');"
response.write"this.location.href='../login/login.asp';</SCRIPT>"
response.end
end if
%>
<!--#include file="../conn/dbconn1.asp" -->
<LINK href="../css/Style.css" rel=stylesheet type=text/css>
<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin=0>
<script language="javascript">
function show_set(mylink)
{
window.open(mylink,'new','top=110,left=280,width=240,height=60,scrollbars=no')
}
</script>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from Qyml where user='"&session("user")&"'"
rs.open sql,conn,3,3
shengyu=rs("enddate")-rs("enddate")-rs("begindate")
%>
<Form name="searchuser" method="POST" action="">
<TABLE border="1" cellspacing="0" width="600" cellpadding="4" bordercolorlight="#D7EBFF" bordercolordark="#D7EBFF" style="border-collapse: collapse" bordercolor="#111111">
<TBODY>
<TR height=25 bgcolor="#e8f4ff">
<TD width="45" align="left"><font color="#Ff6600"><b>ID号</b></TD>
<TD width="50" align="center"><font color="#Ff6600"><b>用户名</b></TD>
<TD width="60" align="center"><font color="#FF6600"><b>用户姓名</b></font></TD>
<TD width="81" align="center"><font color="#FF6600"><b>注册时间</b></font></TD>
<TD width="81" align="center"><font color="#FF6600"><b>结束时间</b></font></TD>
</TR>
<TR height="20" bgcolor="#ffffff">
<TD width="45" align="center"><font face="Arial"><b><%=rs("id")%></b></font> </td>
<TD width="50" align="center"><a title="<%=rs("Qymc")%>" href="mailto:<%=rs("email")%>"><%=rs("user")%></a> </td>
<TD width="60" align="center">
<p align="center"><%=rs("name")%></td>
<TD width="81" align="center"><p align="center"><%=rs("idate")%></td>
<TD width="81" align="center"><p align="center"><%=rs("enddate")%></td>
</TR>
</TABLE>
</CENTER>
<br>
广大免费会员注意了,请赶快升级为收费会员,不然帐号将被会在到期后不定期被清除
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -