{二人世界}
脚本特效展示
修改window.location = "#";内的“#”为你预打开的网址
以下代码加入<head>区域
以下代码加入<body>区域
<form name="loading"> <div align="center"> <p><font color="#0000ff"><input name="chart" size="37" style="background-color: white; color: #FF0000; font-family: Arial; font-weight: bolder; border-style: none; padding: 0px"><br><input name="percent" size="53" style="color: #0000FF; text-align: center; border-style: none; border-width: medium"> </font> <SCRIPT> var bar = 0 var line = "||" var amount ="||" count() function count(){ bar= bar+3 amount =amount + line document.loading.chart.value=amount document.loading.percent.value=bar+"%" if (bar<99) {setTimeout("count()",100);} else {window.location = "#";} } </SCRIPT>
可能某段代码会由于COPY时的不小心以至不能正常显示,如发现此情况,请改用查看代码,谢谢!(
记住跟我说呀
)