📄 hx_xxlrjtmain1.asp
字号:
<!--#include file="../conn.asp"-->
<head>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body topmargin="0" leftmargin="0" bgcolor="#dddddd"></br>
<br>
<%
zd=request.form("zd")
if zd<>"" then
n="hxxm_lxsj="+zd
else
n=""
end if
zd1=request.form("zd1")
if zd1<>"" then
n1="hxxm_dwdm="+zd1
else
n1=""
end if
zd2=request.form("zd2")
if zd2<>"" then
n2="hxxm_xmzt="+zd2
else
n2=""
end if
m=n+" and "+n1+" and "+n2
m1=n+n1+n2
%>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="form1" method="post" action="">
<tr>
<td colspan="2" >包含检索</td>
</tr>
<tr>
<td >按</td>
<td> <select name="select" style="width: 120px">
<option value="123">dfasdf </option>
</select>
分
<select name="zd1" style="width: 120px">
<option value=""></option>
</select>
以及
<select name="zd2" style="width: 120px">
<option value=""></option>
</select>
统计:
<input type="submit" value="确定" name="submit" style="width: 120px;height: 20px">
</td>
</tr>
</form>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -