<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" />  ...
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title></title> <script src="http://code.Jquery.com/jQuery-1.9.1.js" type="text/javascript"></script> </head> <body> <iframe src="http://www.ymhtml.com.cn/" style="width:100%; min-height:500px; "></iframe> <div id="login" style="width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; background:#000; opacity:0.5;"> <p style="width: 100%; margin-top: 20%; text-align: center; color:#fff; font-size:16px;">正在加载,请稍后...</p> </div> </body> <script type="text/javascript"> window.onload=function(){ $('#login').hide(); } </script> </html>