www.gusucode.com > 掌柜网店购物系统 4.0码程序 > admin/tjbb.asp

    <!--#include file="conn.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
else
if session("flag")>1 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">
<style>
BODY {
SCROLLBAR-FACE-COLOR: #e7e7e7;  
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #d4d0c8;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR:  #ffffff;
SCROLLBAR-TRACK-COLOR: #f7f7f7;
SCROLLBAR-DARKSHADOW-COLOR: #e7e7e7; 
}
.style3 {color: #FF6600}
</style>
</head>
<body>
<table class="tableBorder" width="96%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr> 
<td colspan="4" align="center" bgcolor="#dfdfdf"><b>统计报表</font></b></td>
</tr>
<tr> 
<td bgcolor="#f2f2f2"> 
<table width="400" border="0" align="center" cellpadding="2" cellspacing="1">
<form name="form1" method="post" action="tjbb2.asp">
<tr> 
<td>开始日期:</td>
<td>
<select name="year1">
<%for i=2003 to 2100%>
<option value="<%=i%>" ><%=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=2003 to 2100%>
<option value="<%=i%>"  <%if year(now())=i then%>selected<%end if%>><%=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="copyright.asp"-->
</body>
</html>