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

📄 useroder_manage.asp

📁 ASP,版本,HUANYING NI DE XIAZAI ! LIANXIFANSHI:BINDIYI@163.COM
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>订单管理系统</title>
<style type="text/css">
<!--
.style2 {
	font-size: 36px;
	color: #000099;
}
.style3 {font-size: 45px}
.style7 {color: #660033; font-size: 16px; }
.style8 {color: #660033}
-->
</style></head>

<body>
<%
dim rs,us
 set rs=server.CreateObject("adodb.recordset")
 us="select * From useroder"
rs.Open us,conn,1
%>
<div align="center">
  <p class="style2 style3">订单管理系统</p>
  <table width="876" height="77" border="1" bordercolor="#996633" bgcolor="#CCFF99">
    <tr>
      <th width="106" height="38" class="style7" scope="row"><div align="center">订单编号</div></th>
      <td width="111" class="style7"><div align="center">客户帐号</div></td>
      <td width="101"><div align="center"><span class="style7">货物编号</span></div></td>
      <td width="123"><div align="center"><span class="style7">订购数量</span></div></td>
      <td width="103"><div align="center"><span class="style7">支付方式 </span></div></td>
      <td width="101"><div align="center"><span class="style7">邮寄方式</span></div></td>
      <td width="99"><div align="center"><span class="style7">是否已经受理</span></div></td>
      <td width="80"><div align="center"><span class="style7">查看</span></div></td>
    </tr>
    <tr>
      <th height="23" scope="row"><div align="center"><%=rs("useroder_id")%></div></th>
      <th><div align="center"><%=rs("user_id")%></div></th>
      <th><div align="center"><%=rs("store_id")%></div></th>
      <th><div align="center"><%=rs("amount")%></div></th>
      <th><div align="center"><%=rs("pay_wise")%></div></th>
      <th><div align="center"><%=rs("send_wise")%></div></th>
      <th><div align="center"><%=rs("isdiposal")%></div></th>
  <th><a href="useroderinfo.asp?goods_id=<%=rs("userorder_id")%>">查看</a></th>
   </tr>
    <% 
    rs.close
    set rs=nothing
	call closedb()
%>
    <%
				  rs.MoveNext 
				   loop
				 %>
  </table>
  </table>
<p></p>
			 
			 
		 
		</form>
		
    </tr>
  </table>
  <span class="style7">  </span>
</div>
</body>
</html>

⌨️ 快捷键说明

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