znebIndex.htm 717 B

123456789101112131415161718192021222324252627282930313233
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>智能耳标index</title>
  5. <script type="text/javascript">
  6. $(function() {
  7. loadZnebLeft();
  8. loadZnebRight();
  9. });
  10. function loadZnebLeft() {
  11. huimv.loadPage("znebLeft", "znebLeft.htm");
  12. }
  13. function loadZnebRight() {
  14. //大屏
  15. huimv.loadPage("znebRight", "ebdaList.htm?lx=1");
  16. }
  17. </script>
  18. </head>
  19. <body>
  20. <table width="100%" cellspacing="0" cellpadding="0">
  21. <tr>
  22. <td width="190" class="left_rightline" valign="top" bgcolor="#f7f7f7" height="445px;">
  23. <div id="znebLeft"></div>
  24. </td>
  25. <td valign="top">
  26. <div id="znebRight"></div>
  27. </td>
  28. </tr>
  29. </table>
  30. </body>
  31. </html>