editnimingdingdan.asp

来自「shoppingxp为网上商城系统」· ASP 代码 · 共 54 行

ASP
54
字号
<!--#include file="conn.asp"-->
<%if session("shopxpadmin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
else
if session("flag")=2 then
response.Write "<p align=center><font color=red>您没有此项目管理权限!</font></p>"
response.End
end if
end if
%>
<html><head><title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../img/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--#include file="adminsp_top.asp"-->
<p>&nbsp;</p>
<p>对不起,您选择的状态目前还没有订单!
</p>
<p>&nbsp;</p>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
                          <tr> 
                            <td align="center" background="../images/admin_bg_1.gif"><b><font color="#ffffff">定单查询</font></b></td>
                          </tr>
                          <tr> 
                            <td height="50" > 
                              <table width="80%" border="0" align="center" cellpadding="1" cellspacing="1">
                                <tr> 
                                  <form name="form1" method="post" action="editnimingdingdan.asp">
                                    <td align="center">按下单用户查询 
                                        <input name="namekey" type="text" id="namekey" value="请输入用户名" size="14" onFocus="this.value=''">
                                        &nbsp; 
                                        <select name="zhuangtai" id="zhuangtai">
                                          <option value="0" selected>--选择查询状态--</option>
                                          <option value="0" >全部订单状态</option>
                                          <option value="1" >未作任何处理</option>
                                          <option value="2" >用户已经划出款</option>
                                          <option value="3" >服务商已经收到款</option>
                                          <option value="4" >服务商已经发货</option>
                                          <option value="5" >用户已经收到货</option>
                                        </select>
                                        &nbsp; 
                                        <input type="submit" name="Submit" value="查 询">
                                    </td>
                                  </form>
                                </tr>
                              </table>
                            </td>
                          </tr>
</table>
 
</body>
</html>

⌨️ 快捷键说明

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