123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>群体统计index</title>
- <script type="text/javascript">
- $(function() {
- loadQttjLeft();
- loadQttjRight();
- });
-
- function loadQttjLeft() {
- huimv.loadPage("qttjLeft", "qttjLeft.htm");
- }
-
- function loadQttjRight() {
- huimv.loadPage("qttjRight", "loadHycdrzzList.htm");
- }
- </script>
- </head>
- <body>
- <table width="100%" cellspacing="0" cellpadding="0">
- <tr>
- <td width="190" class="left_rightline" valign="top" bgcolor="#f7f7f7" height="445px;">
- <div id="qttjLeft"></div>
- </td>
- <td valign="top">
- <div id="qttjRight"></div>
- </td>
- </tr>
- </table>
- </body>
- </html>
|