码迷,mamicode.com
首页 > 其他好文 > 详细

loading完成, 加载提示条自动消失

时间:2015-06-24 18:11:04      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

<!doctype html>
<html>
<head>
<script>
window.onload=function(){
  var a = document.getElementById("loading");
  a.parentNode.removeChild(a);
}
document.write(‘<div id="loading" style="background:green;color:#FFF;width:80px;padding:5px;">正在读取...</div>‘);
</script>
</head>
<body>
<div style="height:500px">   
<iframe src="http://www.baidu.com" width="100%" height="100%" frameborder="0" marginwidth="0" marginheight="0"></iframe>
</div>
</body>
</html>

 

loading完成, 加载提示条自动消失

标签:

原文地址:http://www.cnblogs.com/bigdesign/p/4598041.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!