- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
reportforms.asp
资源名称:shop2.rar [点击查看]
上传用户:btntkt
上传日期:2021-04-16
资源大小:5296k
文件大小:3k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <!--#include file="conn.asp"-->
- <%
- dim cls
- if session("admin")="" then
- Response.Redirect("admin.asp")
- else
- if session("flag")<>"0" then
- cls = Instr(session("flag"), "xiaoshoufig")
- if cls <= 0 then
- %>
- <script language="javascript">
- if (confirm("您的操作权限不够,系统拒绝你的访问,请点确定返回,或者点取消退出重新登录"))
- location.href="login.asp";
- else
- location.href="index.asp";
- </script>
- <%
- end if
- end if
- 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" background="../images/admin_bg_1.gif"><b><font color="#ffffff">统计报表</font></b></td>
- </tr>
- <tr>
- <td bgcolor="fbf4f4" >
- <table width="400" border="0" align="center" cellpadding="2" cellspacing="1">
- <form name="form1" method="post" action="reportform.asp">
- <tr>
- <td width="40%" align="right" class="forumRowHighlight">开始日期:</td>
- <td width="60%" class="forumRowHighlight">
- <select name="year1"><%for i=2004 to 2100%><option value="<%=year(now())%>" <%if year(now())=i then%>selected<%end if%>><%=i%></option>
- <%next%></select>
- 年<select name="month1"><%for i=1 to 12%><option value="<%=i%>" <%if month(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 align="right" class="forumRowHighlight">结束日期:</td>
- <td width="60%" class="forumRowHighlight">
- <select name="year2"><%for i=2004 to 2100%><option value="<%=year(now())%>" <%if year(now())=i then%>selected<%end if%>><%=i%></option>
- <%next%></select>
- 年<select name="month2"><%for i=1 to 12%><option value="<%=i%>" <%if month(date())=i then %>selected<% end if %>><%=i%></option>
- <%next%></select>
- 月<select name="day2"><%for i=1 to 31%><option value="<%=i%>" <%if day(date())=i then %>selected<% end if %>><%=i%></option>
- <%next%></select>
- 日 </td>
- </tr>
- <tr>
- <td height="22" colspan="2" align="center" class="forumRowHighlight"><input type="submit" name="Submit" value=" 统 计 "></td>
- </tr>
- </form>
- </table>
- </td>
- </tr>
- </table>
- <!--#include file="foot.asp"-->
- </body>
- </html>