摘要:
function closeit() //等待10秒自动关闭窗口{ setTimeout("window.opener=null;window.open('','_self');self.close();return false;",10000) //毫秒 return false;} 阅读全文
posted @ 2010-05-12 17:59
JavaScript初学者
阅读(1631)
评论(0)
推荐(0)
摘要:
<script type="text/javascript"> function initArray(){ this.length=initArray.arguments.length; for(var i=0;i<this.length;i++){ this[i]=initArray.arguments[i]; }} var strA=""; function TimeLi... 阅读全文
posted @ 2010-05-12 17:55
JavaScript初学者
阅读(280)
评论(0)
推荐(0)