login.asp
来自「电子商务网络购物系统」· ASP 代码 · 共 66 行
ASP
66 行
<!--#include file="conn.asp"-->
<!--#include file="func.asp"-->
<!--#include file="config.asp"-->
<html>
<head>
<title><%=webname%>--我的账户</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="include/css.css" rel="stylesheet" type="text/css">
</head>
<style>
td{font-size:9pt;line-height:120%;color:#353535}
body{font-size:9pt;line-height:120%}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return true">
<table border="0" cellspacing="0" cellpadding="0" align="center" width="97%" HEIGHT="100%" BGCOLOR=<%=bgclr3%>>
<tr> <td VALIGN="MIDDLE"><br> <IMG SRC="#" WIDTH="1" HEIGHT="1"><TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="center">
<TR> <TD HEIGHT="23"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TD ROWSPAN="2"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" CLASS="12v">
<TR> <TD CLASS="12v" > <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" ID="AutoNumber3" HEIGHT="0" WIDTH="100%">
<TR> <TD> </TD></TR><TR><TD><DIV ALIGN="CENTER">
<%dim action
action=request.QueryString("action")
select case action
case "login"
response.write "<center><B><FONT COLOR=996633>用 户 登 录</font></center>"
loginnum()
case "addtocart"
response.write "<center><B><FONT COLOR=996633>我 的 收 藏 架</font></center>"
addtocart()
case "receiveaddr"
response.write "<center><B><FONT COLOR=996633>收 货 人 信 息</font></center>"
receiveaddr()
case "deposit"
response.write "<center><B><FONT COLOR=996633>极 分 查 询</font></center>"
deposit()
case "scores"
response.write "<center><B><FONT COLOR=996633>我 的 预 存 款</font></center>"
scores()
case "profile"
response.write "<center><B><FONT COLOR=996633>消 息 中 心</font></center>"
profile()
case "customerinfo"
response.write "<center><B><FONT COLOR=996633>个 人 资 料</font></center>"
customerinfo()
case "changepass"
response.Write "<center><B><FONT COLOR=996633>修 改 密 码</font></center>"
changepass()
case "repass"
response.write "<center><B><FONT COLOR=996633>取 回 密 码</font></center>"
repass()
case "statinfo"
response.write "<center><B><FONT COLOR=996633>统 计 信 息</font></center>"
statinfo()
case "statinfo"
case "goods"
goods()
end select
%></DIV></TD></TR> </TABLE></TD></TR> </TABLE></TD></TR>
</TABLE></TD></TR> </TABLE></td></tr> </table><!--#include file="disuser.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?