⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 info_floater.asp

📁 一个ASP做的购物车
💻 ASP
字号:
<%if request.cookies("cnhww")("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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -