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

📄 basket.asp

📁 描述了网上。购物的流程和功能
💻 ASP
字号:
<% if session("user_name")="" then
 response.redirect "mylogin.asp"
response.end
end if %><HTML>
<HEAD>
<TITLE>购物车</TITLE> 
<!--#include file="conn.asp"-->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> 
<STYLE>HTML {TEXT-DECORATION: none}
A:link {COLOR: #000000; TEXT-DECORATION: underline}
A:active {COLOR: #000000; TEXT-DECORATION: underline}
A:visited {COLOR: #000000; TEXT-DECORATION: underline}
A:hover {COLOR: rgb(0,147,43); TEXT-DECORATION:  none}
EM {FONT-FAMILY: CourierNew; FONT-SIZE: 16pt; FONT-STYLE: normal}
A {FONT-SIZE: 9pt}
TD {FONT-SIZE: 9pt}
P {
FONT-SIZE: 9pt
}
.hh input {background-color: #ffffff; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


</STYLE></HEAD>
<script>
  function openbag(id) { window.open("basket.asp?hw_id="+id,"","width=800,left=0,top=0,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=yes");} 
</script>
<script language="javascript">
function openScript(url, width, height){
	var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}
</script>

<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" text="#000000" link="#000000" vlink="#000000" alink="#000000">
<table width="776" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td><img src="images/home_0.gif" width="776" height="20"></td>
  </tr>
</table>
<table width="776" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td width="242"><img src="images/home_1.gif" width="242" height="79"></td>
    <td width="54"><img src="images/home_2.gif" width="54" height="79"></td>
    <td width="3"><a href="index.asp"><img src="images/home_3.gif" width="76" height="79" border="0"></a></td>
    <td width="3"><a href="reg1.asp"><img src="images/home_4.gif" width="75" height="79" border="0"></a></td>
    <td width="3"><a href="mydan.asp"><img src="images/home_5.gif" width="76" height="79" border="0"></a></td>
    <td width="3"><a href="basket.asp"><img src="images/home_6.gif" width="75" height="79" border="0"></a></td>
    <td width="3"><a href="help.asp"><img src="images/home_7.gif" width="77" height="79" border="0"></a></td>
    <td width="3"><A 
            title=加入收藏夹 style="FONT-SIZE: 12px; COLOR: #000000" 
            onclick="window.external.addFavorite('http://www.sohu.com','购物网')" 
            href=""><img src="images/home_8.gif" width="77" height="79" border="0"></a></td>
    <td width="4"><img src="images/home_9.gif" width="24" height="79"></td>
  </tr>
</table>
<table width="776" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td><img src="images/home_10.gif" width="776" height="17"></td>
  </tr>
</table>
<table width="776" border="0" cellspacing="0" cellpadding="0" align="center" background="images/home_12.gif">
  <tr> 
    <td height="389" width="194" valign="top" align="center"> 
      <table width="181" border="0" cellspacing="0" cellpadding="0" align="center" background="images/h2.gif">
        <tr> 
          <td height="29"> 
            <table width="181" border="0" cellspacing="3" cellpadding="1" background="images/h_1.gif" height="29">
              <tr valign="bottom" align="center"> 
                <td> 
                  <div align="center"><img src="images/z_1.gif"></div>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr valign="top"> 
          <td height="90"> 
 <%if session("user_name")<>"" then%>
      <table align=center  border=1 bordercolor=green 
      cellpadding=0 cellspacing=1  width=180>
        <tbody> 

<tr> 
          <td width="100%">欢迎您:<%=session("user_name")%></td>
        </tr> 
        <tr> 
          <td width="90%"> <img src="img/top02.gif" border=0>&nbsp; <A href="favlist.asp" target="_blank"><font color=red>商品收藏夹</font></a> 
          </td>
        </tr>
        <tr> 
          <td width="90%"> <img src="img/top02.gif" border=0>&nbsp; <A href="mydan.asp" target="_blank"><font color=red>我所有订单</font></a> 
          </td>
        </tr>
        <tr> 
          <td width="90%"> <img src="img/top02.gif" border=0>&nbsp; <a href=javascript:openScript('MODIFY.ASP',500,220)><font color=red>重新改资料</font></a> 
          </td>
        </tr>
        <tr> 
          <td width="90%"> <img src="img/top02.gif" border=0>&nbsp; <a href="basket.asp"><font color=red>查看购物车</font></a> 
          </td>
        </tr>

        <tr> 
          <td width="90%"> <img src="img/top02.gif" border=0>&nbsp; <a href="quit.asp"><font color=red>退出本系统</font></a> 
          </td>
        </tr>

        </tbody>
      </table>
  <%else%>
            <table width="90%" border="0" cellpadding="4" cellspacing="0" align="center">
              <form name="form1" method="post" action="login.asp">
                <tr> 
                  <input type="hidden" name="fm" value="">
                  <td colspan="2" height="60" align="right">
                    <table width="98%" border="0" cellpadding="4" cellspacing="0" align="center">
                      <tr> 
                        <td width="44%" height="30" align="right">会员名:</td>
                        <td class=hh width="56%"> 
                          <input name="user_name" type="text" size="10">
                        </td>
                      </tr>
                      <tr> 
                        <td height="30" align="right" width="44%">密

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -