xiangmwjcx.asp

来自「一套asp办公小软件」· ASP 代码 · 共 95 行

ASP
95
字号
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>滞纳金信息</title>
</head>
<link rel="stylesheet" type="text/css" href="../tourism/Admin_Style.css">

 <LINK href="css.css" type=text/css rel=stylesheet>
<!--#include file="Global.asp" -->

 <body topmargin="3" style="background-color: #4D4D4D">
  
	 <form action="fangjcxjm.asp?sj1=1" method="post" name="form1" target="_self">      
          <table BORDER=1 cellspacing=0  cellpadding=0   bordercolordark=#FFFFFF  width="100%" class=12Font height="165" bgcolor="#EAEAEA" >
          
            <tr>
              <td height="35" align="right" colspan="2" background="images/topBar_bg.gif" >
				<p align="center"><b><font size="3">滞纳金信息查询</font></b></td>
              </tr>
	<tr> 
      <td width="20%" align="right"><strong>业主姓名:</strong></td>
      <td> 
        <input name="Title" size="30" id="Title" value="">
        <select  size="1" name="sele1">
        <option value="1"></option>
       <%sql="select * from zhinj order by yezxm"
       set rs=server.createobject("adodb.recordset")
	   rs.open sql,conn,1,1
      
      while not rs.eof%>
      <option value=<%=rs("yezxm")%>><%=rs("yezxm")%></option>
      <%rs.movenext
        wend%>
      </select>

      </td>
    </tr>
    
    <tr > 
      <td align="right"><strong>园区:</strong></td>
      <td> 
        <input type="text" name="Title1" size="30" id="Title1" value="">
        <select  size="1" name="sele2">
        <option value="1"></option>
       <%sql="select * from zhinj where yuanq<>'' order by yuanq"
       set rs=server.createobject("adodb.recordset")
	   rs.open sql,conn,1,1
      
       while not rs.eof%>
      <option value=<%=rs("yuanq")%>><%=rs("yuanq")%></option>
      <%rs.movenext
        wend%>
      </select>

        </td>
    </tr>
    <tr > 
      <td align="right"><strong>楼号:</strong></td>
      <td> 
        <input type="text" name="Title2" size="30" id="Title2" value="">
        <select  size="1" name="sele3">
        <option value="1"></option>
       <%sql="select * from zhinj where louh<>'' order by louh"
       set rs=server.createobject("adodb.recordset")
	   rs.open sql,conn,1,1
      
       while not rs.eof%>
      <option value=<%=rs("louh")%>><%=rs("louh")%></option>
      <%rs.movenext
        wend%>
      </select>

        </td>
    </tr>
 
   

   
               
			<tr>
              <td valign="top" > </td>
              <td valign="top" height="25" >
				<input name="Save" type="image" id="Save" value="提交"  src=images/save.gif  height="21" width="72" > 
                <a href="../../qunjlsgl/yewu/yewGONGNENG.asp">
				<img src="images/return.gif"  height="21" border="0" width="72"></a> 
              </td>
            </tr>
           
          </table>
        </form>
</body>
</html>
	

⌨️ 快捷键说明

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