📄 frm_kncsbb_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 subcheck() {
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="frm_kncsbb.asp" method=post name=form1>
<table width="90%" border=0 align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="40%" align=left> 请选择年份</td>
</tr>
</table>
<table width=90% border="1" cellspacing="0" cellpadding="2" bordercolordark="#F8EDEB" bordercolor="#000000" class=table2>
<tr>
<td width="60%" align=center>
<select name=year>
<%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>
<br>
<hr size="1" class=hr width="98%" align="center">
<br>
<table width="98%" border="0" cellspacing="0" cellpadding="2" align="center">
<tr align="center">
<td>
<input type="button" name="Submit1" value=" 查看 " onclick="subcheck()" class=button>
</td>
</tr>
</table>
</form>
</body>
</html>
<!--#include virtual="/include/DBClose.inc"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -