📄 user_home.asp
字号:
<!--#include file="conn.asp" -->
<!-- #include file="inc/adovbs.inc" -->
<!-- #include file="inc/info.asp" -->
<!-- #include file="webtop1.asp" -->
<html>
<head>
<TITLE><%=webname%>--会员管理中心</TITLE>
<META http-equiv=Content-Type content="text/html; charset="<%=charset%>">
<META name="keywords" content="<%=keywords%>">
<META name="description" content="<%=description%>">
<link href="images/yq_style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 onmouseover=exitpop=false text=#000000 topMargin=0 marginheight="0" marginwidth="0">
<%
response.buffer=true
dim user
user=session("user")
if user="" then
response.redirect "login.asp"
else
sql="select * from users where regUsername='"&user&"'"
set rs=conn.execute(sql)
%>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="760" align=center>
<TBODY>
<TR>
<TD align=left vAlign=top width=150>
<!--#include file="User_left.asp" -->
</TD>
<TD width=5><IMG height=1 src="my.files/tran_1.gif" width=1></TD>
<TD align=left vAlign=top>
<TABLE align=top border=0 cellPadding=4 cellSpacing=0 width="100%">
<TBODY>
<TR height=20>
<TD width=256><FONT id=b2>欢迎您,<%=rs("reguserName")%></FONT><a
href=usercredit.asp?user_id=<%=rs("regID")%>
target=_blank>查看信用详情</a></TD>
<TD> </TD></TR>
<TR height=25 id=b1>
<TD>注册邮箱:<%=rs("regEmail")%></TD>
<TD> </TD></TR></TBODY></TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 id=lg101 width="100%">
<TBODY>
<TR id=bg02>
<TD height=5 width=12></TD>
<TD></TD>
<TD width=12></TD></TR>
<TR id=bg02>
<TD width=12></TD>
<TD height=30 id=b1>
欢迎您光临<B><%=webname%>管理中心</B>,希望您的耕耘能给您丰厚的回报!<br>
您在使用过程中有任何问题可向管理员来信:<a href=mailto:<%=email%>><%=email%></a>
</TD>
<TD width=12> </TD></TR>
<TR id=bg02>
<TD height=5 width=12></TD>
<TD></TD>
<TD width=12></TD></TR></TBODY></TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR id=bg02>
<TD height=20 width=99><IMG height=1 src="my.files/tran_1.gif"
width=1></TD>
<TD width=26><IMG height=1 src="my.files/tran_1.gif" width=1></TD>
<TD>
<IMG height=1 src="my.files/tran_1.gif" width=1>
</TD>
</TR></TBODY>
</TABLE><BR>
</TD></TR>
</TBODY></TABLE><BR>
<%end if%>
<!-- #include file="copyright.asp" -->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -