PD虚拟机     VPS     Win11     微软     苹果     SetApp     Office     精选

PJ-Blog教程┊为Blog添加漂亮的“载入中”对话框

 技术教程   2006-06-19
22 下载

想不到竟然这么多朋友想知道我的载入画面是怎么做的~~呵呵,好像这个在PJBlog的论坛上曾经见过,不过还是再写一篇日志吧。演示嘛,还是看我的网站就看到了。www.x-force.cn
首先,打开header.asp,在[head]的后面,插入以下代码:
www.x-force.cn<%'=======X-Force添加的Loading界面==========%>

function animate()
{
var elem = document.getElementById('progress');
if(elem != null) {
if (pos==0) len += dir;
if (len>32 || pos>179) pos += dir;
if (pos>179) len -= dir;
if (pos>179 && len==0) pos=0;
elem.style.left = pos;
elem.style.width = len;
}
}
function remove_loading() {
this.clearInterval(t_id);
var targelem = document.getElementById('loader_container');
targelem.style.display='none';
targelem.style.visibility='hidden';
initJS();
}

<%'============X-Force添加的Loading界面==========%>

然后,找到:www.x-force.cn

将其修改为:www.x-force.cn

<%'===========X-Force的Loading界面==========%>

本站靓靓の页面正在很用力de加载中...

版权归 www.X-Force.cn 所有

<%'===========X-Force的Loading界面==========%>
好了,就这么简单。www.x-force.cn

注:尊重版权,转载时请注明出处,谢谢合作。

/ 关注 “异次元软件世界” 微信公众号,获取最新软件推送 /

赞赏异次元


请通过支付宝、微信 APP 扫一扫,海外读者可「使用 PayPal 赞赏

“ 感谢您对异次元网站的支持! ”