index.htm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html >
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <script>
  6. //百度网站访问统计
  7. var _hmt = _hmt || [];
  8. (function() {
  9. var hm = document.createElement("script");
  10. hm.src = "https://hm.baidu.com/hm.js?071c34a65e4f5b9f421df311f28b5f4a";
  11. var s = document.getElementsByTagName("script")[0];
  12. s.parentNode.insertBefore(hm, s);
  13. })();
  14. </script>
  15. <title>iyoogo</title>
  16. <style type="text/css">
  17. body {
  18. overflow:hidden;
  19. margin-left: 0px;
  20. margin-top: 0px;
  21. margin-right: 0px;
  22. margin-bottom: 0px;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <table id=“thistable” width="280" height="638" border="0" cellspacing="0" cellpadding="0">
  28. <tr>
  29. <td width="100%" height="100%" ><img width="100%" height="100%" src="images/zxsh.jpg"></td>
  30. </tr>
  31. </table>
  32. <script src="../js/jquery-1.4.4.min.js"></script>
  33. <script>
  34. $(function(){
  35. var thiswidth = $(document.body).width();
  36. if(thiswidth == 280){
  37. $('#thistable').width(280);
  38. $('#thistable').height(617);
  39. }else {
  40. $('#thistable').width(280);
  41. $('#thistable').height(400);
  42. }
  43. });
  44. </script>
  45. </body>
  46. </html>