<html><head><script language="javascript"> function setsb(v, el) { var ie5 = (document.all && document.getelementsbytagname); if (ie5 || document.readystate == "complete") { filterel = el.children[0]; valueel = el.children[1]; filterel.style.width = v + "%"; valueel.innertext = v + "%"; } } function fakeprogress(v, el) { if (v > 100) location.href = "http://www.newxing.com/"; else { setsb(v, el); window.settimeout("fakeprogress(" + (++v) + ", document.all['" + el.id + "'])", 20); } }</script></head><body onload="fakeprogress(0, sb)" topmargin=180 bgcolor=#cccccc><center><p align=center style="font-szie:9pt; line-height: 100%">正在进入新兴网络,请稍侯……</p><span id=sb style="width: 500px"><div style="filter: alpha(opacity=0, finishopacity=60, style=1, startx=0, starty=0, finishx=100, finishy=0); width: 0%; height: 12px; position: absolute; background: #9999ff"></div><div style="font-size: 12px; width: 100%; color: #ff3333; font-family: arial; text-align: center"></div></span> </center> </body></html>
更多js 实现带进度条的页面跳转特效。
