惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
SecWiki News
SecWiki News
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
Jina AI
Jina AI
N
Netflix TechBlog - Medium
GbyAI
GbyAI
IT之家
IT之家
Apple Machine Learning Research
Apple Machine Learning Research
AWS News Blog
AWS News Blog
G
GRAHAM CLULEY
L
Lohrmann on Cybersecurity
C
Cybersecurity and Infrastructure Security Agency CISA
I
Intezer
T
Tor Project blog
P
Palo Alto Networks Blog
P
Privacy & Cybersecurity Law Blog
P
Privacy International News Feed
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
P
Proofpoint News Feed
T
Tailwind CSS Blog
C
Check Point Blog
Cloudbric
Cloudbric
Y
Y Combinator Blog
The Last Watchdog
The Last Watchdog
Forbes - Security
Forbes - Security
Last Week in AI
Last Week in AI
S
Security Affairs
博客园 - Franky
F
Fortinet All Blogs
量子位
M
MIT News - Artificial intelligence
C
Cisco Blogs
酷 壳 – CoolShell
酷 壳 – CoolShell
Stack Overflow Blog
Stack Overflow Blog
S
Secure Thoughts
V
Visual Studio Blog
AI
AI
美团技术团队
B
Blog RSS Feed
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 三生石上(FineUI控件)
阮一峰的网络日志
阮一峰的网络日志
Engineering at Meta
Engineering at Meta
人人都是产品经理
人人都是产品经理
Microsoft Security Blog
Microsoft Security Blog
T
Threatpost
Cyberwarzone
Cyberwarzone

博客园 - Cheek G

JQuery常用方法一览 6 bytes !! IE判定 项目小记: IFRAME引起内存泄露的解决方法 - Cheek G wcf中使用Session 整人小程序【转自CSDN】 WF学习日记(一) Asp.net MVC框架学习【收藏】 Web Services 学习【收藏】 输出CSV文件并直接打开时出现SYLK异常 JS 其他(二) - Cheek G JS 其他 - Cheek G JS验证类(一) 非常NB的sql2005分页 web页局部打印 - Cheek G - 博客园 asp.net在ie7中使用FileUpload上传前预览图片 - Cheek G - 博客园 DIV背景半透明,DIV中的字不半透明 - Cheek G - 博客园 js等比例缩放图片 - Cheek G - 博客园 IIS 7 中默认页设置的小问题 文件的ContentType类型 小全
页面加载完成前显示LOADING....
Cheek G · 2008-08-22 · via 博客园 - Cheek G

<html>   
     <head>   
     <title></title>   
     <script type="text/javascript">   
         var url = 'http://www.163.com'; //the Next page you want to display
     </script>   
     <style>   
         .loading-indicator {   
             font-size:8pt;   
             background-image:url(../images/loading/loading.gif);   
             background-repeat: no-repeat;     
             background-position:top left;   
             padding-left:20px;   
             height:18px;   
             text-align:left;   
         }   
         #loading{   
             position:absolute;   
             left:45%;   
             top:40%;   
             border:3px solid #B2D0F7;   
             background:white url(../images/loading/block-bg.gif) repeat-x;   
             padding:10px;   
             font:bold 14px verdana,tahoma,helvetica;   
             color:#003366;   
             width:180px;   
             text-align:center;   
         }   
     </style>   
     <div id="loading">   
         <div class="loading-indicator">   
             Page Loading   
         </div>   
     </div>   
     </head>   
     <body onload="location.href = url;" style="overflow:hidden;overflow-y:hidden">   
     </body>   
     <script>   
        if(document.layers) {   
             document.write('<Layer src="' + url + '" visibility="hide"></Layer>');   
         }   
        else if(document.all || document.getElementById) {    
             document.write('<iframe src="' + url + '" style="visibility:hidden;"></iframe>');   
         }   
        else {   
             location.href = url;   
         }   
     </script>   
</html>

posted @ 2008-08-22 22:42  Cheek G  阅读(1793)  评论()    收藏  举报