真正的 用JS 做的 loading (转)
这个loading 需要2个页面的的支持,还可以为一个站点的所有html设置这个loading程序
<!--=================================-->
<!-- index.htm--->
<!--=================================-->
您的浏览器不支持frames......
<!--=================================-->
<!-- loading.htm--->
<!--=================================-->
<!--=================================-->
<!-- to.js -->
<!--=================================-->
document.write('');
function WriteButton(fnFunctionName, ButtonValue, ButtonURL, wd)
{
var strTmp = "",n = 0;
if (fnFunctionName == "")
strTmp = "self.location = '" + ButtonURL + "';";
else
strTmp = fnFunctionName + '();';
for(var i = 0; i < ButtonValue.length; i++)
{
var c = ButtonValue.substr(i, 1);
if( c > "z" || c < "A")
n += 2;
else
n += 1;
}
if( wd == "") wd = (n * 8);
document.write("" + ButtonValue + "");
}
function wtdiv()
{
document.write("
系统正在运行中,请耐心等待.
等待时间:秒");
}
wtdiv();
function openwin()
{
if(self == window.parent.frames['t'] && top.parent.frm)
top.parent.frm.rows = '*,0';
else if(top.parent.frm) top.parent.frm.rows = '0,*';
}
var wt = 0, n = 0;
function countwt()
{
if (wt)
clearTimeout(wt);
wtime.innerHTML = "" + n++ ;
wt = setTimeout("countwt();", 1000);
}
function showdiv()
{
openwin();
document.getElementById("stdiv").style.visibility = "visible";
countwt();
}
openwin();
<!--=================================-->
<!-- h.js -->
<!--=================================-->
if(self != window.parent.frames['t'] && window.parent.frames['t'])
window.parent.frames['t'].showdiv();
else if(self == window.parent.frames['d'] && window.parent.frames['d'])
window.parent.frames['d'].showdiv();
最后的说明
在您的i.htm,也就是您的真正的index.htm首页里加入如下代码就可以
前加入
就可以了
不明白的可以访问我的网站 http://m9m.nease.net 或 来信和我交流
qq: 11602011
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。