好多朋友都参加了7月浇水大比拼,一个一个浇真的好麻烦,有个批量浇水器就方便多了,大家可以相互交换小树苗代码,相互浇水,如果需要的话就把代码复制到主页的特效里就行了。166616|167291|167508|170172|是我家小树代码,在这个位置加小树苗,注意:树苗之间用“|”隔开。
<b>批量浇水</b><br>
<textarea style='width:500px;border:1px solid #999;' rows=4 id=treeidlist>166616|167291|167508|170172||
</textarea>
<br><input type=button class=bi style=width:70px; onclick=startwater(); value=批量浇水>
<input type=button class=bi style=width:70px; onclick=clearTimeout(h); value="停止">
<script language=--BLOCKED-->
var count=0;
var list;
var h=0;
var k;
function startwater()
{
clearTimeout(h);
list=treeidlist.value.split("|");
k=0;
count=list.length;
water();
}
function water()
{
f1.action="http://tree.ci123.com/tree.php?treeid=".concat(list[list.length-count]);
f1.submit.click();
count-=k;
if(count>0)
{
if(k==0)k=1;
else k=0;
h=setTimeout(water,1000);
}
}
</script>
<form action="" name=f1 method=POST target=tree>
<input type=submit name=submit value="" style=display:none>
</form>
好朋友们别忘了把我家的加进去噢!!!