Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
E_shop.asp
Package: qiyeguanli.rar [view]
Upload User: ahxunteng
Upload Date: 2022-05-16
Package Size: 1606k
Code Size: 5k
Category:
WEB(ASP,PHP,...)
Development Platform:
VBScript
- <%@ LANGUAGE=VBScript CodePage=936%>
- <%option explicit%>
- <%Response.Buffer=True%>
- <!--#include file="Include/System.asp"-->
- <!--#include file="Include/StrLeft.asp"-->
- <%If Session("UserName")="" Then
- Response.Redirect"Server.asp"
- end if%>
- <SCRIPT language=javascript>
- function chkitem(str) {
- var strSource ="0123456789-";
- var ch;
- var i;
- var temp;
- for (i=0;i<=(str.length-1);i++) {
- ch = str.charAt(i);
- temp = strSource.indexOf(ch);
- if (temp==-1)
- {
- return 0;
- }
- }
- if (strSource.indexOf(ch)==-1) {
- return 0;
- }
- else
- {
- return 1;
- }
- }
- function FORM1_onsubmit() {
- if (chkitem(document.FORM1.Form_Id.value)==0) {
- alert("请输入正确的订单号码。");
- document.FORM1.Form_Id.focus();
- return false;
- }
- }
- </SCRIPT>
- <!--#include file="Include/Head.asp" -->
- <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
- <TR>
- <TD vAlign=top class='M_Left_Td'>
- <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
- <tr>
- <td valign="top">
- <% Call Left_Member() %>
- </td>
- </tr>
- </table>
- </TD>
- <%if strSkins <= 200 and strSkins >= 1 then%>
- <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
- <%
- elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
- %>
- <%end if%>
- <TD vAlign=top>
- <TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
- <% Call Style_Adcolumn() '广告栏 %>
- <!-- 订单查询 -->
- <TR>
- <TD>
- <TABLE cellSpacing=0 cellPadding=0 class='MC_Pt_Title'>
- <TR>
- <TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
- <TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
- <TD class='MC_Pt_TD3'><SPAN class=Glow>
- 订单查询
- </SPAN></TD>
- <TD class='MC_Pt_TD4'><div align="right">
- </div></TD>
- <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD>
- <TABLE cellSpacing=0 cellPadding=0 class='MC_ServeNr_Title'>
- <TR><TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD></TR>
- <TR vAlign=top >
- <TD width="100%" height="18">
- <form action="Orderofind.asp" method="post" name=FORM1 onSubmit="return FORM1_onsubmit()" language=javascript>
- <p align="center"> <font size="4" face="Arial"><%=Session("UserName")%></font><font color="#FF0000"> 您好</font></p>
- <p style="word-spacing: 0; margin-left: 10; margin-right: 10; margin-top: 0; margin-bottom: 0" align="center">下面是您已经在本站提交的订单。
- <%
- dim Id,sql,rs
- Id=Session("UserName")
- set rs = Server.CreateObject("ADODB.recordset")
- sql="select * from OrderList where UserName='"&Id&"'"
- rs.open sql,conn,1,1
- %>
- </p>
- <p align="center" style="word-spacing: 0; margin-top: 0; margin-bottom: 0"
- >订单详细资料查询,请输入您要查询的订单号码<input type="text" name="Form_Id" size="11">
- <input type="submit" value="查询" name="B1"></form>
- <div align="center">
- <TABLE cellSpacing=0 cellPadding=0 width=100%>
- <TR>
- <TD align=middle width="100%"> <p align="center" style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><b>以下是您在本站提交的所有订单列表</b></p>
- <table border="0" cellpadding="2" cellspacing="1" width="100%" bgcolor="#000000">
- <tr >
- <td width="26%" align="center" height="20" bgcolor="#CCCCCC"><font color="#000000">订单编号</font></td>
- <td width="21%" align="center" height="20" bgcolor="#CCCCCC"><font color="#000000">客户姓名</font></td>
- <td width="53%" align="center" height="20" bgcolor="#CCCCCC"><font color="#000000">对您的订单的处理情况</font></td>
- </tr>
- <% Do While Not rs.EOF %>
- <tr >
- <td width="26%" align="center" height="25" bgcolor="#FFFFFF"><%=rs("Form_Id")%></td>
- <td width="21%" align="center" height="25" bgcolor="#FFFFFF"><%=rs("Somane")%></td>
- <td width="53%" align="center" height="25" bgcolor="#FFFFFF">
- <%If rs("Flag")="尚未处理" Then%>
- 您的款项尚未到我们的帐户,此订单本站尚未处理
- <%else%> <font color="#FF0000">此订单已经发货给您,请注意查收!</font>
- <%End If%>
- </td>
- </tr>
- <%
- rs.MoveNext
- Loop
- %>
- </table>
- </TD>
- </TR>
- </TABLE>
- </div>
- </TD>
- </TR>
- <TR vAlign=top >
- <TD width="100%" height="15"> </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <%
- rs.close
- set rs=nothing
- %>
- <!-- 订单查询 End -->
- <TR>
- <TD>
- <TABLE cellSpacing=0 cellPadding=0 class='MC_bottom_title'>
- <tr>
- <td>
- </td>
- </tr>
- <tr><td class='MC_bottom_Td2'></td></tr>
- </table>
- </TD>
- </TR>
- <TR><TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD></TR>
- </TABLE>
- </TD>
- <%if strSkins <= 200 and strSkins >= 1 then%>
- </TR>
- </TABLE>
- <!--#include file="Include/Foot.asp" -->
- <%
- elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
- %>
- <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
- <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" src="../Skin/201/line-shadow-glay-
- mid.gif" width="6" height="146"></TD>
- <TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
- </TR>
- </TABLE>
- <!--#include file="Include/Foot4.asp" -->
- <%end if%>