📄 sellstat.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="session3.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<br><br><br><br><br><br><br><br>
<table cellpadding="3" cellspacing="1" border="0" width="100%" class="tableBorder" align=center>
<tr>
<th class="tableHeaderText" colspan=2 height=25>统计报表</th>
</tr>
<form name="form1" method="post" action="sellstat2.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 class=button type="submit" name="Submit" value=" 统 计 "></td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -