这个很难吗?html撸主写个就好了<html>
<head>
<title>页面跳转</title>
<script type=text/javascript>
<!--
var ie5 = (document.all && document.getElementsByTagName);
var step = 0;
function setSB(v, el, inforEl, message) {
if (ie5 || document.readyState == "complete") {
filterEl = el.children[0];
valueEl = el.children[1];
if (filterEl.style.pixelWidth > 0) {
var filterBackup = filterEl.style.filter;
filterEl.style.filter = "";
filterEl.style.filter = filterBackup;
}
filterEl.style.width = v + "%";
valueEl.innerText = v + "%";
inforEl.innerText = message;
}
}
function setSBByStep(v, el, inforEl, message) {
if (ie5 || document.readyState == "complete") {
step = step + v;
filterEl = el.children[0];
valueEl = el.children[1];
if (filterEl.style.pixelWidth > 0) {
var filterBackup = filterEl.style.filter;
filterEl.style.filter = "";
filterEl.style.filter = filterBackup;
}
filterEl.style.width = step + "%";
valueEl.innerText = step + "%"
inforEl.innerText = message;
}
}
function fakeProgress(v, el) {
if (v >= 101)
location.;
else {
setSB(v, el, infor, "正在跳向最新网址......请等待~~");
window.setTimeout("fakeProgress(" + (v + 1) + ", document.all['" + el.id + "'])", 40);
}
}
//-->
</script>
</head>
<style>
td {
font-family: "宋体", "Verdana";
font-size: 12px;
color: #333333;
text-decoration: none;
}
div {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:hover {
font-family: "宋体";
font-size: 12px;
color: #0000ff;
text-decoration: none;
}
a {
font-family: "宋体";
font-size: 12px;
color: #3366ff;
text-decoration: none;
}
body {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;
}
</style>
<body onload="fakeProgress(0,sb)">
<br>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><b><font color="#ff0000" size="7">XXXXX:</font></b></p>
<p align="center"><font color="#ff0000" size="5">XXXXX:</font><font size="7" color="#FF0000"><b>www.</b></font><b><font color="#ff0000" size="7">XXX.XXX</font></b></p>
<p align="center"><font size="5" color="#FF0000">
XXXXXXXXXXXXXXXXXXXXXXXXX。</font></p>
<p align="center"> </p>
<DIV align=center>
<DIV id=sb style="BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BACKGROUND: #DCDCDC; WIDTH: 400px; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 14px; TEXT-ALIGN: left">
<DIV id=sbChild1 style="FILTER: Alpha(Opacity=0, FinishOpacity=80, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0); OVERFLOW: hidden; WIDTH: 100%; POSITION: absolute; HEIGHT: 12px">
<DIV style="BACKGROUND: #000000; WIDTH: 100%" hidden overflow: height:12px;></DIV></DIV>
<DIV style="FONT-SIZE: 10px; WIDTH: 400px; COLOR: white; FONT-FAMILY: arial; POSITION: absolute; HEIGHT: 14px; TEXT-ALIGN: center"></DIV></DIV>
<P></P>
<DIV id=infor style="FONT-SIZE: 11px; WIDTH: 100%; COLOR: #999999; FONT-FAMILY: arial; POSITION: relative; HEIGHT: 20px; TEXT-ALIGN: center"></DIV></DIV>
</body>
</html>
| 欢迎光临 全球主机交流论坛 (https://loc.010206.xyz/) | Powered by Discuz! X3.4 |