备份后退出功能导致程序出错
(创建时间:2009年09月10日 00:30:00)
Jangogo : 
 
  1. //back.asp 文件里面selfclose 函数   
  2. if(ok){   
  3.            if(Const.isEndApp){   
  4.              top.closeApp(true);   
  5.              return//缺少这句,导致主窗口退出后 后面的setTimout仍然运行        
  6.            }else{   
  7.                
  8.            }   
  9.          }   
  10.            window.setTimeout("xWin.close();",200); //这句会在主窗口退出后仍然可能运行。   
  11.   
  12. //增加return语句后,正常  
文档中心