webserviceIndex.htm 746 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>webserviceindex</title>
  6. <script type="text/javascript">
  7. $(function() {
  8. loadWebserviceLeft();
  9. loadWebserviceRight();
  10. });
  11. function loadWebserviceLeft() {
  12. huimv.loadPage("webserviceLeft", "webserviceLeft.htm");
  13. }
  14. function loadWebserviceRight() {
  15. huimv.loadPage("webserviceRight", "loadWebservicexyxxList.htm");
  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="webserviceLeft"></div>
  24. </td>
  25. <td valign="top">
  26. <div id="webserviceRight"></div>
  27. </td>
  28. </tr>
  29. </table>
  30. </body>
  31. </html>