控制当前页面3秒后跳转到指定页面;

if(${tishi!=undefined}){
   function setTimeout_href(){
      self.location.href="/bfec/teachManage/ArrangeClassTable.do?method=toArrangeClassTable";
     }
     window.setTimeout("setTimeout_href()",3000);
  }

 

posted on 2013-04-11 11:34  小写K  阅读(542)  评论(0编辑  收藏  举报