日期:2014-05-17 浏览次数:20958 次
<script language="JavaScript" type="text/javascript">
         function search()
         {
         alert("a");
                document.form1.action="<%=request.getContextPath()%>/dtlist!flogFileList.do";
                //document.form1.submit();
         }
    </script>
    <body>
    <form id="form1" name="form1" method="post" action="">
            <table width="100%" style="border: #c6dff3 1px solid;">
                <tr>
                    <td>
                        <div
                            style="float: left; margin-top: 2px; font-size: 14px; font-family: Tahoma, Verdana, Arial, Helvetica; color: #3F3F3F;">
                            文件名:
                        </div>
                            <input type="text" name="fileName">
                    </td>
                    <td>
                        <div style="float:left;margin-left:50px;">
                               <input name="submit" type="submit" id="demandbutton" onClick="return search();"  
                               style="border-style:none;background-color:transparent;cursor:pointer;width:80px;
                               height:24px;background-image:url(<%=request.getContextPath()%>/images/chaxun.jpg);" value="">
                           </div>
                    </td>
                </tr>
            </table>
        </form>
           
    
        <s:property value="pageModel.getPagebar('dtlist!flogFileList.do')"
            escape="false" />
    </body>