日期:2014-05-16  浏览次数:20688 次

求助 jsp ajax 出现 TypeError:错误
本帖最后由 showbo 于 2013-06-07 16:53:40 编辑
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<title>后台查询系统</title>
<link rel="stylesheet" type="text/css" href="css/layout.css">
<link href="css/default.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/jquery.cookies.2.2.0.min.js"></script>
<script type="text/javascript" src="js/jquery.skygqbox.1.3.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/validation.js"></script>
<script type="text/javascript" src="js/glDatePicker.min.js"></script>
<style type="text/css">
.rcontent_title a { color:white; }
.hide {display:none}
.warn {color:red; font-weight:bold}
</style>
</head>

<body>
<%@ include file='acc_top.jsp' %>
<div class="content_fx">
  <div class="rcontent_title">
    <h1>管理 > 当日明细 </h1>
    <h2>明细一览</h2>
  </div>
  <div class="rdatetable_fx">
    <div class="date_search" >
      <h3>查找:</h3>
      <ul>
        <li>日期:<input id="date1" type="text" value="<%=str_date1%>">到<input  id="date2" type="text" value="<%=str_date1%>"> </li>
        <li><input id="btn1" type="button" class="search_button" value="查 询"></li>
      </ul>
    </div>
    <table width="100%" class="datecon" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th align="center">日期</th>
        <th align="center">个数</th>
        <th align="center">人数</th>
        <th align="center">次数</th>
      </tr>
      <tbody id="main">
      
      </tbody>
    </table>
    <div class="page">[ 共<span id="totalCount"></span>条|总<span id="totalPage"></span>页|第<span id="curPage"></span>页 <a id="pHome" href="javascript:void(0)">首页</a> <a id="pPrev" href="javascript:void(0)">上一页</a> <a id="pNext" href="javascript:void(0)">下一页</a> <a id="pEnd" href="javascript:void(0)">末页</a> ]</div>
    <div class="new_icon">
&n