004_MTV4
[Code] Loading khi tải trang full
on 16/05/2012004_MTV4
loading...
demo : http://kyucteen.info/@forum
- Code:
<!--thu nghiem-->
<script type='text/javascript'>
window.onload = detectarCarga;
function detectarCarga() {
document.getElementById("imgLOAD").style.display="none";
document.getElementById("WholePage").style.display="";
}
</script>
<div id="imgLOAD" align="center" style="position:fixed;top:40%;left:45%;padding:10px;background-color: #FFFFFF; filter: alpha(opacity=70); opacity: .7; width: 150px; height: 40px; z-index: 1; border-collapse: collapse" bordercolor="#006600" border="1">
<b>Đang tải dữ liệu...</b><br><img border="0" src="http://data.sinhvienit.net/imgs2/SinhVienIT.Net---909_loading6.gif"></div>
<!--thu nghiem-->
No Comment.