05 2009 档案

摘要: 第一种:JS定时自动关闭窗口 <script language="javascript"> <!-- function closewin(){ self.opener=null; self.close();} function clock(){i=i-1 document.title="本窗口将在"+i+"秒后自动关闭!"; if(i>0)setTimeout("clock...阅读全文
posted @ 2009-05-08 17:14 曹振华 阅读(2064) | 评论 (0) 编辑