您的位置:首页 > 其它

添加网页加载进度窗口

2014-09-15 19:15 295 查看
添加网页加载进度窗口

1: <html>

2: <head>

3: <script language='javaScript'>

4: var placeHolder = window.open('holder.html','placeholder','width=200,height=200');

5: </script>

6: <title>The Main Page</title>

7: </head>

8: <body onLoad='placeHolder.close()'>

9: <p>This is the main page</p>

10: </body>

11: </html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: