⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 economiclaw_qzbalist_search.asp

📁 OFFICE办公自动化
💻 ASP
字号:
<%
'OA 表单生成器1.0
'功能:查询行政强制措施备案登记表
%>

<!--#include file="../inc/Secure.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/Const.asp"-->

<%
'response.buffer=false
'------------------------------------------------设置参数
LoginID=trim(Session("LoginID")) : if LoginID="" then LoginID=0 '当前用户ID
'------------------------------------------------
%>

<HTML>

<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK rel="stylesheet" href="../css/main.css" type=text/css>
<TITLE>main</TITLE>
<SCRIPT src="../js/Popup.js"></SCRIPT>
<SCRIPT src="../js/formatdate.js"></SCRIPT>
<SCRIPT src="../js/front_chec.js"></SCRIPT>
</HEAD>


<BODY topmargin="10" leftmargin="10">

<!--#include file="EconomicLaw_qzbalist_menu.html"-->

<HR width="100%" size=1 color="#000000">
<BR>

<DIV align="center">
<TABLE width="500" cellspacing="1" cellpadding="2" class="tab">
  <TR>
    <TD width="100%" class="tdTop">
      <TABLE border="0" width="100%" cellspacing="0" cellpadding="0">
        <TR>
          <TD class="tdTop">
            <P align="left"><IMG border="0" src="../images/icon_title.gif" align="left">查询行政强制措施备案登记表</P>
          </TD>
        </TR>
      </TABLE>
    </TD>
  </TR>
  <TR>
    <TD width="25%" class="td1">
    <FORM name="eventfrm" method="GET" action="EconomicLaw_qzbalist_list.asp" onSubmit="return checknull(this)">
	
      <TABLE border="0" width="100%" cellspacing="10" cellpadding="0">
        <TR>
          <TD align="right" valign="top" nowrap>所属所:</TD>
          <TD nowrap><SELECT size="1" name="area" class="input">
              <OPTION value="<%=Session("DepID")%>"><%=GetTableValue("tbioaDepartment","Name","id",Session("DepID"))%></OPTION>
              <%Call pOptions("tbioaDepartment","Name",Session("DepID"),area,"├-")%>
            </SELECT></TD>
        </TR>
        <TR>
          <TD width="100" align="right" valign="top" nowrap>时间:</TD>
          <TD width="400" nowrap><INPUT TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="rq" class="input" CHECK_DATE="日期格式错误" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <A href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.rq, 'winpop', 234, 261);return false"><IMG src="../images/datetime.gif" border=0></A> 至
	<INPUT TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="rq_end" class="input" CHECK_DATE="日期格式错误" onKeyUp="DateFormat(this,this.value,event,false,'2')"> <A href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.rq_end, 'winpop', 234, 261);return false"><IMG src="../images/datetime.gif" border=0></A>          </TD>
        </TR>
        <TR>
          <TD width="100" align="right" valign="top" nowrap>单位:</TD>
          <TD width="400" nowrap><INPUT type="text" name="dw" size="40" maxlength="250" class="input">          </TD>
        </TR>
        <TR>
          <TD width="100" align="right" valign="top" nowrap>具体强制措施:</TD>
          <TD width="400" nowrap><INPUT type="text" name="jtqzcs" size="40" maxlength="250" class="input">          </TD>
        </TR>
        <TR>
          <TD width="100" align="right" valign="top" nowrap>备注:</TD>
          <TD width="400" nowrap><INPUT type="text" name="bz" size="40" maxlength="250" class="input">          </TD>
        </TR>
        <TR>
          <TD width="100%" colspan="2" align="center">
           <INPUT type="submit" value="查询" class="button0" onmouseout=className="button0" onmouseover=className="button1"> <INPUT type="reset" value="全部重写" class="button0" onmouseout=className="button0" onmouseover=className="button1">          </TD>
        </TR>
      </TABLE>

    </FORM>
    </TD>
  </TR>
  <TR>
    <TD width="25%" class="tdBottom">
    </TD>
  </TR>
</TABLE>
</DIV>
</BODY>

</HTML>


<%'释放对象变量
oConn.close
%> 

⌨️ 快捷键说明

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