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

📄 orderque.asp

📁 用ASP写的电子购物系统
💻 ASP
字号:
<%@ Language=VBScript %>
<!--#INCLUDE FILE = "include/shop.asp" -->
<% REM ######################################################################### %>
<% REM                                                                           %>
<% REM   orderque.ASP                                                            %>
<% REM   订单查询                                                                %>
<% REM   EPRO E-Commerce Solution 1.0                                            %>
<% REM   Copyright (c) 1999-2000 EPRO(GUANGZHOU) Co,Ltd.  All rights reserved.   %>
<% REM                                                                           %>
<% REM ######################################################################### %>
<HTML>
<HEAD
><TITLE>网上购物--订单查询</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<LINK href="ecom.css" rel=stylesheet>

<META content="MSHTML 5.00.2314.1000" name=GENERATOR></HEAD>
<body topmargin="0">
<!--#INCLUDE FILE = "include/toolbar.asp" --><CENTER>
<br>
<TABLE border=0 cellPadding=0 cellSpacing=5 width=450>
  <TBODY>
   <TR>
    <TD align=left vAlign=top width=360>
      <P>订单查询:
      <%if isnull(ShopperID) or isempty(ShopperID) then %>
      <BR><br>未登录用户请输入您的用户名和密码,不输订单号列出最新订单。
      <%else%>
      <BR><br>不输订单号列出最新订单。
      <%end if%>
      </P></TD>
     </TR>
    <FORM action="order_list.asp" method="post" name="form1">
    <%if isnull(ShopperID) or isempty(ShopperID) then %>
		<TR>
		<TD align=middle  width=360>
		用 户 号:<INPUT  maxLength=20 name=username size=18></td></tr>
		<tr><td align=middle width=360>
		密  码:<INPUT  maxLength=20 name=userpass size=18 type=password></td></tr>
      <%end if%>
   <tr><td align=middle width=360> 
    订 单 号:<input name="oid" size="18" maxlength="36" ></TD>
    </TD></TR>
  <tr>  
   <td width="545" colspan="4" height="39">  
<p align="center">
<input type="submit" id=image1 name=image1 value="确定">  
<input type="button" value="返回" id=image2 name=image2 onClick="history.back()">
</FORM>
</p>

</td></tr>     
  </TBODY></TABLE></CENTER>
  <!--#INCLUDE FILE = "include/footer.asp" -->
</BODY></HTML>

⌨️ 快捷键说明

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