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

📄 tjbb.asp

📁 商业网站开发有源代码可以运行
💻 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 "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
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">
<style>
td{font-size:9pt;line-height:120%;color:#353535} 
body{font-size:9pt;line-height:120%} 

a:link          { color: #000000; text-decoration: none }
a:visited       { color: #000000; text-decoration: none }
a:active        { color: #000000; text-decoration: none }
a:hover         { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>

<body bgcolor="#D9E6FF">
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td rowspan="2"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class="12v">
              <tr> 
                <td class="12v" > 
                  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber3" height="0" width="100%">
                    <tr> 
                      <td> 
                        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
                          <tr> 
                            <td height="16"> 
                              <div align="center"><font color="#000000">统计报表</font></div>
                            </td>
                          </tr>
                          <tr> 
                            <td height="107"> 
                              <table width="360" border="0" align="center" cellpadding="3" cellspacing="0">
                                <form name="form1" method="post" action="tjbb2.asp">
                                  <tr> 
                                    <td>开始日期:</td>
                                    <td>
                                      <select name="year1">
									  <%for i=2003 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=2003 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 height="22" colspan="2"> 
                                      <div align="center"> 
                                        <input type="submit" name="Submit" value="统 计">
                                      </div>
                                    </td>
                                  </tr>
                                </form>
                              </table>
                            </td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<br>
<!--#include file="copyright.asp"-->
</body>
</html>

⌨️ 快捷键说明

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