<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8" import="java.util.*,javax.faces.context.FacesContext,javax.faces.application.FacesMessage,javax.servlet.http.HttpServletRequest"%>
<%@include file="/common/taglibs.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<%@include file="/common/meta.jsp"%>
<%@include file="/common/validator.jsp"%>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>搜索</title>
<link href="${ctx }/css/yyrj.css" rel="stylesheet" type="text/css">
<link href="${ctx }/scripts/calendar/skin/WdatePicker.css" rel="stylesheet" type="text/css">
        <link href="css/main.css" rel="stylesheet" type="text/css">
        <link href="css/table.css" rel="stylesheet" type="text/css">
        <link href="css/Admin_Style.css" rel="stylesheet" type="text/css">
        <style type="text/css">
        body,td,th {
            font-size: 12px;
        }
        .column_1 {
            width: 100%;    
            text-align: left;
        }
        .position1{position:relative; bottom:-2px
        }
        .edit1{BORDER-BOTTOM: #8F908B 1px solid;
            BORDER-LEFT: #8F908B 1px solid;
            BORDER-RIGHT: #8F908B 1px solid;
            BORDER-TOP: #8F908B 1px solid;
            FONT-SIZE: 9pt;
            height:20px;
        }
        </style>


<script type="text/javascript" src="${ctx}/scripts/calendar/WdatePicker.js"></script>

<script language="JavaScript" type="text/javascript">
document.onkeydown = function(evt){
    var evt = window.event?window.event:evt;
    if(evt.keyCode==13){
        var find = document.getElementById("model.find").value;
        form1.action="Msg_find_h.do?find="+encodeURI(encodeURI(find));
        form1.submit();
    }
}
</script>

<script language="javascript">
    function findByEg() {
        var find = document.getElementById("model.find").value;
        form1.action="Msg_find_h.do?find="+encodeURI(encodeURI(find));
        form1.submit();
    }
    
    function findByEgQ() {
        var find = document.getElementById("model.find").value;
        var pageNoid = document.getElementById("pageNoid").value;
        pageNoid = parseInt(pageNoid)-1;
        form1.action="Msg_find_h.do?find="+encodeURI(encodeURI(find))+"&pageNo="+pageNoid;
        form1.submit();
    }
    function findByEgH() {
        var find = document.getElementById("model.find").value;
        var pageNoid = document.getElementById("pageNoid").value;
        pageNoid = parseInt(pageNoid)+1;
        form1.action="Msg_find_h.do?find="+encodeURI(encodeURI(find))+"&pageNo="+pageNoid;
        form1.submit();
    }
    function findByEgS() {
        var find = document.getElementById("model.find").value;
        form1.action="Msg_find_h.do?find="+encodeURI(encodeURI(find))+"&pageNo=1";
        form1.submit();
    }
    function findByEgM() {
        var find = document.getElementById("model.find").value;
        var pageNoid = document.getElementById("pageNoZid").value;
        form1.action="Msg_find_h.do?find="+encodeURI(encodeURI(find))+"&pageNo="+pageNoid;
        form1.submit();
    }
    
    function openFile(url) {
        //alert("Msg_open.do?filename="+encodeURI(encodeURI(filename))+"&fullname="+encodeURI(encodeURI(url)));
        window.location.href="Msg_open.do?fullname="+encodeURI(encodeURI(url));
        
    }
</script>
  </head>
 
  <body>

 
        <br>
        
      <form name="form1" method="post" action="" ).value=='true'){
            show.style.display='none';
            page.style.display='';
        }
    </script>
</html>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2021-11-02
  • 2021-05-25
  • 2021-04-21
  • 2021-07-09
  • 2021-10-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-03-31
相关资源
相似解决方案