📄 frm_bnxjbb_form.asp
字号:
<!--#include virtual="/include/DBCon.inc"-->
<%
%>
<html>
<head>
<title>油田采油工艺综合管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/css/oil.css" type="text/css">
<SCRIPT LANGUAGE=javascript>
<!--
function dateCh() {
form1.submit();
}
-->
</SCRIPT>
</head>
<%
nowyear=year(now)
if request("year")<>"" then
nowyear=request("year")
end if
cy=nowyear
%>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br>
<span class="subject">本年新投井效果统计报表</span>
<hr size="1" class=hr width="98%" align="center"><br>
<form action="" method=post name=form1>
<table width="90%" border=0 align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="40%"> <font color=black><%=cy%>年</td>
<td width="60%" align=right>
<select name=year onchange=dateCh()>
<%for i=0 to 19%>
<option value="<%=2000+i%>" <%if cint(cy)=cint(2000+i) then response.write "selected" end if%>><%=2000+i%></option>
<%next%>
</select>年
</td>
</tr>
</table>
<table width=90% border="1" cellspacing="0" cellpadding="2" bordercolordark="#F8EDEB" bordercolor="#000000" class=table2>
<tr>
<%for i=1 to 6%>
<td width=16% align=center>
<a href=frm_bnxjbb.asp?year=<%=cy%>&month=<%=i%>><font style='COLOR: 000000; CURSOR: hand; FONT-FAMILY: Monotype Corsiva; FONT-SIZE: 18pt'><%=i%>月</font></a>
</td>
<%next%>
</tr>
<tr>
<%for i=7 to 12%>
<td width=16% align=center>
<a href=frm_bnxjbb.asp?year=<%=cy%>&month=<%=i%>><font style='COLOR: 000000; CURSOR: hand; FONT-FAMILY: Monotype Corsiva; FONT-SIZE: 18pt'><%=i%>月</font></a>
</td>
<%next%>
</tr>
</table>
</form>
</body>
</html>
<!--#include virtual="/include/DBClose.inc"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -