?? user.asp
字號:
<% if not session("sel") then
Response.redirect "usdl.asp"
end if
j=session("dl")
%>
<!--#include file="conn.asp" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE><%=page_name%>-<%=page_title%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK
href="images/style.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
</HEAD>
<BODY leftMargin=0 background=images/bg.jpg topMargin=0 marginheight="0"
marginwidth="0">
<!--#include file="head.asp" -->
<TABLE height=288 cellSpacing=0 cellPadding=0 width=760 align=center
bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD width=171 height=288 vAlign=top background="images/bg_l_n.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"><img src="images/domain_image.gif" width="174" height="119"></div></td>
</tr>
<tr>
<td height="17" bgcolor="#EEEEEE"><div align="center">歡迎: <font color="#FF0000"><strong><%= session("us") %></strong></font> 光臨</div></td>
</tr>
<tr>
<% us=session("us")
sql="select * from user where userid='"&us&"'"
rs.open sql,conn,1,1
%>
<td><p>您的賬面存款:</p>
<p align="center"><font color="#FF0000">¥ <%= rs("je") %></font></p>
<p align="center">客戶等級: <font color="#FF0000"><%= rs("sf") %>
<% rs.close %>
</font></p></td>
</tr>
<tr>
<td height="1" background="images/2.jpg"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">
<!--#include file="user_inc.asp" -->
</div></td>
</tr>
<tr>
<td><p></td>
</tr>
<tr>
<td height="1" background="images/2.jpg"></td>
</tr>
</table></TD>
<td height="288" valign="top"><table width="573" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="573"><img src="images/mameger.gif" width="437" height="43"></td>
</tr>
<tr>
<td><br>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="17" colspan="2" bgcolor="#F0F0F0">部 分 產 品 價 格 列 表 </td>
</tr>
<tr>
<td width="57%" height="25" bgcolor="#FCFCFC"><font color="#FF0000">域 名 類 產 品: </font></td>
<td width="43%" bgcolor="#FCFCFC"> </td>
</tr>
<% rs.open "domain",conn,1,1
while not rs.eof
j1=rs("je"&j)
%>
<tr>
<td height="20"><a href="buy_domain.asp"><%= rs("title") %></a></td>
<td>¥ <font color="#FF0000"><%= j1 %></font> /年</td>
</tr>
<% rs.movenext
wend
rs.close %>
<tr bgcolor="#FCFCFC">
<td height="20" colspan="2"><font color="#FF0000">空 間 類 產 品: </font></td>
</tr>
<% rs.open "host",conn,1,1
while not rs.eof
j1=rs("je"&j)
%>
<tr>
<td height="18"><a href="buy_host.asp?id=<%= rs("id") %>"><%= rs("title") %></a> </td>
<td>¥ <font color="#FF0000"><%= j1 %></font>/年</td>
</tr>
<% rs.movenext
wend
rs.close %>
<tr bgcolor="#FCFCFC">
<td height="22" colspan="2"><font color="#FF0000">郵 局 類 產 品: </font></td>
</tr>
<% rs.open "mail",conn,1,1
while not rs.eof
j1=rs("je1")
%>
<tr>
<td height="18"><a href="buy_mail.asp?id=<%= rs("id") %>"><%= rs("title") %></a></td>
<td>¥ <font color="#FF0000"><%= j1 %></font>/年</td>
</tr>
<% rs.movenext
wend
rs.close %>
<tr bgcolor="#FCFCFC">
<td height="18" colspan="2"><font color="#FF0000">網站推廣 產 品: </font></td>
</tr>
<% rs.open "promote_2",conn,1,1
while not rs.eof
j1=rs("je"&j)
%>
<tr>
<td height="18"><a href="buy_promote.asp?id=<%= rs("id") %>"><%= rs("title") %></a></td>
<td>¥ <font color="#FF0000"><%= j1 %></font>/年</td>
</tr>
<% rs.movenext
wend
rs.close %>
</table></td>
</tr>
</table>
<p> </p>
<hr width="95%" size="1">
<p> <font color="#0099FF">(</font><font color="#FF0000">注:</font><font color="#0099FF">我們只提供以上產品的在線定購。如果您需要其他的產品,請直接和我們聯系,如果您在定購中有任何問題請向我們資詢 tel: <%=page_tel%> QQ:<%=page_qq%> )</font></p>
<p> </p></td>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD bgColor=#999999><IMG height=1 src="images/spacer.gif"
width=1></TD>
</TR>
</TBODY>
</TABLE>
<!--#include file="foot.asp" -->
<%conn.close
set conn= nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -