js页面载入进度条

 

    window.onload=function(){
  var a = document.getElementById("loading");
  a.parentNode.removeChild(a);
}
document.write('
< div  id ="loading"  style ="background:#CC4444;color:#FFF;width:80px;padding-left:5px;position:absolute;line-height:22px" > 正在读取... </ div > ');
        function moveMouse(e) { 
                        if (isdrag) { 
            oDragObj.style.top  =  (nn6 ? nTY + e.clientY - y : nTY + event.clientY - y)+"px"; 
             oDragObj.style.left  =  (nn6 ? nTX + e.clientX - x : nTX + event.clientX - x)+"px"; 
                return false; 
 } 

你可能感兴趣的:(function,div)