📄 iheeo_head.asp
字号:
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#424242" height="5" id="table1"><tr><td></td></tr></table>
<table width="970" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="220" align="center"><a href="http://<%=weburl%>"><img src="<%=weblogo%>" border="0"></a></td>
<td width="190"> </td>
<td align="right"><%if request.Cookies("bjx")("username")="" then%>
<table border="0" width="100%" id="table1" cellpadding="3"><form name="userlogin" method="post" action="checkuserlogin.asp"><tr>
<td>用户名:</td><td><INPUT class=wenbenkuang style="WIDTH: 70px" name=username style="BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; BORDER-LEFT: 0px solid; BORDER-BOTTOM: #999999 1px solid"></td>
<td>密码:</td><td><INPUT class=wenbenkuang style="WIDTH: 70px" type=password name=userpassword style="BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; BORDER-LEFT: 0px solid; BORDER-BOTTOM: #999999 1px solid"></td>
<td>
验证码:</td>
<td><input class=wenbenkuang name=verifycode type=text value="<%If GetCode=9999 Then Response.Write "9999"%>" maxLength=4 size=6 style="BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; BORDER-LEFT: 0px solid; BORDER-BOTTOM: #999999 1px solid"> <img src=Iheeo_GetCode.asp></td>
<td><INPUT name="image" type=image src="image/login.gif" border=0></td>
<td><a href="reg.asp"><img border="0" src="image/reg.gif"></a></td>
<td><a href="getpwd.asp">
<img border="0" src="image/findmi.gif"></a></td>
</tr></form></table>
<%else%>
<%
set rs_t=server.createobject("adodb.recordset")
rs_t.open "select jifen,yucun,reglx,vipdate from bjx_User where username='"&request.Cookies("bjx")("username")&"'",conn,1,3
if rs_t("vipdate")<>"" then
'看是不是过期VIP
if rs_t("vipdate")<date and rs_t("reglx")=2 then
rs_t("reglx")=1
rs_t.update
end if
end if
response.Cookies("bjx")("yucun")=rs_t("yucun")
response.Cookies("bjx")("jifen")=rs_t("jifen")
response.Cookies("bjx")("reglx=")=rs_t("reglx")
rs_t.close
set rs_t=nothing
if request.Cookies("bjx")("reglx")="2" then
response.write ""&request.Cookies("bjx")("username")&" 贵宾您好!您目前有"&request.Cookies("bjx")("jifen")&"积分 预存款"&request.Cookies("bjx")("yucun")&"元 "
else
response.write ""&request.Cookies("bjx")("username")&" 您好!您目前有"&request.Cookies("bjx")("jifen")&"积分 预存款"&request.Cookies("bjx")("yucun")&"元 "
end if
response.write " <a href=user.asp><font color=red>进入会员中心</font></a>【<a href=buy.asp?action=show&lx=1>购物车</a>】"
response.write " <a href=logout.asp>注销退出</a>"
%><%end if%></td>
</tr>
</table></td>
</tr>
</table>
<table width="970" border="0" cellspacing="0" cellpadding="0" bgcolor="#E6E6E6" height="5" align="center"><tr><td></td></tr></table>
<table width="970" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#424242" height="35">
<tr>
<td align="right">
<A href="index.asp"><img border="0" src="image/top_00.gif" width="100" height="35"></A><a href="class.asp"><img border="0" src="image/top_04.gif" width="100" height="35"></a><a href="Class_view.asp?lx=tejia"><img border="0" src="image/top_05.gif" width="100" height="35"></a><a href="zhuanti.asp"><img border="0" src="image/top_10.gif" width="100" height="35"></a><a href="user.asp"><img border="0" src="image/top_07.gif" width="100" height="35"></a><a href="help.asp"><img border="0" src="image/top_08.gif" width="100" height="35"></a><img border="0" src="image/top_09.gif" width="100" height="35"></td>
</tr>
</table></td>
</tr>
</table>
<table width="970" border="0" cellpadding="5" height="5" bgcolor="#7B4A52" align="center"><tr>
<td><img border="0" src="<%=webbanner%>"></td></tr></table>
<table width="970" border="0" cellpadding="0" cellspacing="0" bgcolor="#EBEAEA" align="center">
<tr>
<td width="80" height="30" align="center">本站公告:</td>
<td width="887"><MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=3 behavior=alternate width="870"><%=gonggao%></marquee></td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="3" id="table1"><tr><td></td></tr></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -