123456789101112131415161718192021222324252627282930313233 |
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>智能耳标index</title>
- <script type="text/javascript">
- $(function() {
- loadZnebLeft();
- loadZnebRight();
- });
-
- function loadZnebLeft() {
- huimv.loadPage("znebLeft", "znebLeft.htm");
- }
-
- function loadZnebRight() {
- //大屏
- huimv.loadPage("znebRight", "ebdaList.htm?lx=1");
- }
- </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="znebLeft"></div>
- </td>
- <td valign="top">
- <div id="znebRight"></div>
- </td>
- </tr>
- </table>
- </body>
- </html>
|