| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!DOCTYPE html >
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <script>
- //百度网站访问统计
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?071c34a65e4f5b9f421df311f28b5f4a";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- <title>iyoogo</title>
- <style type="text/css">
- body {
- overflow:hidden;
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- </style>
- </head>
- <body>
- <table id=“thistable” width="280" height="638" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="100%" height="100%" ><img width="100%" height="100%" src="images/zxsh.jpg"></td>
- </tr>
- </table>
- <script src="../js/jquery-1.4.4.min.js"></script>
- <script>
- $(function(){
- var thiswidth = $(document.body).width();
- if(thiswidth == 280){
- $('#thistable').width(280);
- $('#thistable').height(617);
- }else {
- $('#thistable').width(280);
- $('#thistable').height(400);
- }
-
- });
- </script>
- </body>
- </html>
|