- UID
- 824598
|
域名转向代码
今天发现俺的博客被冷落了,让俺用BBS的帐号登录,结果又多了一个空博客,空着挺可惜的不如转向到俺的老博客,于是乎...
<form name=loading>
<P align=center> </P>
<P align=center> </P>
<P align=center><FONT face=Arial color=#0066ff size=2>正在进入白沙的香烟盒……</FONT>
<INPUT
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style:
none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white;
BORDER-BOTTOM-style: none"
size=46 name=chart>
<BR>
<INPUT
style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium
none; TEXT-ALIGN: center"
size=47 name=percent>
<>
var bar=0
var line="||"
var amount="||"
count()
count(){
bar=bar+2
amount =amount + line
loading.chart.value=amount
loading.percent.value=bar+"%"
if (bar<99)
{setTimeout("count()",100);}
else
{location = "http://redbug.21ic.org";}
}</>
</P>
</form> |
|