| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <!-- <meta http-equiv=refresh content="300"> -->
- <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>申请成功</title>
- <style type="text/css">
- body {
- overflow:hidden;
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- #thistable {
- overflow:hidden;
- padding:0;
- margin:0;
- }
- </style>
- <script src="http://libs.baidu.com/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(function(){
- var thiswidth = $(document.body).width();
- if(thiswidth == 255){
- $('#thistable').width(280);
- $('#thistable img').height(615);
- }else if(thiswidth == 280){
- $('#thistable').width(276);
- //$('#thistable img').height(595);
- $('#thistable img').height(625);
- }else {
- $('#thistable').width(276);
- $('#thistable img').height(625);
- //$('#thistable img').height(595);
- }
- })
- </script>
- </head>
- <body style="background-color:#f5f5f5;">
- <table id="thistable" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="100%" height="100%" ><a href="http://iyoogo.com/magic_cube.html#process" target="_blank"><img src="images/shkj.jpg" width="100%" height="100%" border="0" /></a></td>
- </tr>
- </table>
- <iframe name="heartbeat" id="heartbeat" src="" width="0" height="0" style="display:none"></iframe>
- </body>
- </html>
|