好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

WEB页面离开时销毁对象_html/css_WEB-ITnose

WEB页面离开时销毁对象

 window.onbeforeunload=function() {    return "你确定要退出本系统吗?"; }  window.onunload=function(){     if(my&& my.sessionId){        Ext.Ajax.request({          url : './userSession.do?method=logout',          method : 'POST',          params : {             sessionId:  my.sessionId          }        });     } } 

查看更多关于WEB页面离开时销毁对象_html/css_WEB-ITnose的详细内容...

  阅读:36次