info_floater.asp
来自「网上购物,不错的购物系统,花了好长时间来改的」· ASP 代码 · 共 32 行
ASP
32 行
<%if request.cookies("shopzhiwang")("username")<>"" then%>
<table width="110" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="javascript:;" onclick="window.open('shopcart.asp?action=show&lx=2', 'ouxiangzmd','width=550,height=400,left=150,top=50,scrollbars=yes')"><img src="images/main/cart.gif" border="0"></a></td>
</tr>
<tr>
<td><img src="images/main/floater.gif"></td>
</tr>
</table>
<table width="110" border="1" cellpadding="0" cellspacing="0" bordercolor="#239cd3" background="images/bg.gif">
<tr>
<td height="22" width="35%" align="center"><a href="user.asp?action=myinfo">我的信息</a></td>
<td height="22" width="35%" align="center"><a href="user.asp?action=favorites">我的收藏</a></td>
</tr>
<tr>
<td height="22" width="35%" align="center"><a href="user.asp?action=mydata">个人资料</a></td>
<td height="22" width="35%" align="center"><a href="user.asp?action=point">我的积分</a></td>
</tr>
<tr>
<td height="22" width="35%" align="center"> <a href="user.asp?action=savepass">修改密码</a></td>
<td height="22" width="35%" align="center"><a href="user.asp?action=activity">VIP活动</a></td>
</tr>
<tr>
<td height="22" width="35%" align="center"><a href="vip.asp">幸运VIP</a></td>
<td height="22" width="35%" align="center"><a href="user.asp?action=sqvip">申请VIP</a></td>
</tr>
<tr>
<td height="22" width="35%" align="center"><a href="user.asp?action=myorder">我的订单</a></td>
<td height="22" width="35%" align="center"><a href=logout.asp>退出登录</a></td>
</tr>
</table>
<%end if%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?