日记 - 2008年8月29日

08/08/29 21:20:26 标签:批量浇水代码

        有的朋友问我批量浇水器是怎么做的,下面告诉大家批量浇水器的代码,把它复制到主页特效里就行了,只要把要浇水的树苗编号加进去就OK了。里面现有的树苗号是伊伊的小树哦,要常替我浇水哦。

<b>批量浇水</b><br>
<textarea style='width:500px;border:1px solid #999;' rows=4 id=treeidlist>234447|234696|257571|261098</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=javascript>
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>

阅读(0) | 留言(1) | 上一篇 | 下一篇 | 

留言板

  • 伊贝儿对伊伊说:2009-02-22 20:56:40
  • 你好,我不知道安装以后是怎么浇水的,有空教教我好吗?

我要留言 诈骗信息提醒

请下载最新的flashplayer!