?? useroder_manage.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>訂單管理系統(tǒng)</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">訂單管理系統(tǒng)</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">訂購數(shù)量</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">是否已經(jīng)受理</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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -