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
statform.asp
Package: shop2.rar [view]
Upload User: btntkt
Upload Date: 2021-04-16
Package Size: 5296k
Code Size: 2k
Category:
WEB(ASP,PHP,...)
Development Platform:
DOS
- <!--#include file="conn.asp"-->
- <%if session("admin")="" then
- response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
- response.End
- end if
- %>
- <html><head><title>Untitled Document</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link href="../images/css.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
- <tr>
- <td colspan="4" align="center" bgcolor="#cccccc"><b><font color="#ffffff">统计报表</font></b></td>
- </tr>
- <tr>
- <td >
- <table width="400" border="0" align="center" cellpadding="2" cellspacing="1">
- <form name="form1" method="post" action="statforms.asp">
- <tr>
- <td>开始日期:</td>
- <td>
- <select name="year1">
- <%for i=2006 to 2100%>
- <option value="<%=i%>" <%if year(now())=i then%>selected<%end if%>><%=i%></option>
- <%next%>
- </select>
- 年
- <select name="month1">
- <%for i=1 to 12%>
- <option value="<%=i%>" <%if year(date())=i then %>selected<% end if %>><%=i%></option>
- <%next%>
- </select>
- 月
- <select name="day1">
- <%for i=1 to 31%>
- <option value="<%=i%>" ><%=i%></option>
- <%next%>
- </select>
- 日 </td>
- </tr>
- <tr>
- <td width="70">结束日期:</td>
- <td width="278">
- <select name="year2">
- <%for i=2006 to 2100%>
- <option value="<%=i%>" ><%=i%> </option>
- <%next%>
- </select>
- 年
- <select name="month2">
- <%for i=1 to 12%>
- <option value=<%=i%> ><%=i%> </option>
- <%next%>
- </select>
- 月
- <select name="day2">
- <%for i=1 to 31%>
- <option value=<%=i%> <%if year(date())=i then%>selected<%end if%>><%=i%> </option>
- <%next%>
- </select>
- 日 </td>
- </tr>
- <tr>
- <td colspan="2" align="center">
- <input type="submit" name="Submit" value="统 计">
- </td>
- </tr>
- </form>
- </table>
- </td>
- </tr>
- </table>
- <!--#include file="foot.asp"-->
- </body>
- </html>