日记 - 2007年11月28日

07/11/28 21:42:58 标签:批量浇水的方法

正文从这里开始:

批量浇水
<b>批量浇水</b><br>
<textarea style='width:500px;border:1px solid #999;' rows=4 id=treeidlist>102026|107215|</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) | 上一篇 | 下一篇 | 

留言板

  • jiajia79对皓皓说:2008-07-21 12:13:19
  • 我是把我的小树号放在你的小树号后面,还是放在代码的最后面。

我要留言 诈骗信息提醒

请下载最新的flashplayer!