隐锋的BLOG
ASP,.net开发
vCode是你要做的事情,(代码),sLanguage默认为javascript语言,当然还有其它如:vbscript.  
  用法如下:  
   
  var   oInterval   =   "";  
  function   fnStartInterval(){  
        oInterval   =   window.setInterval("fnRecycle()",1000);  
  }  
   
  function   fnRecycle(){  
        //   Code   to   display   hours,   minutes,   and   seconds.  
  }  
posted on 2006-06-26 16:07  糊涂隐锋  阅读(2167)  评论(0编辑  收藏  举报