閱讀555 返回首頁    go 微軟 go Internet Explorer


window.returnValue return undefined

It's right in IE9;but uncorrect in IE11 win10

parent: 

 if (window.showModalDialog){
  var sValue = showModalDialog(sUrl,obj,sStyle);

  //--sValue is undefined in IE11

}

modal:

$(document).ready(function(){
  $(window).bind('beforeunload',function(){
   var returnValue =<%=isSucess%>;
   window.returnValue=returnValue;
  });
 });



您好,

因為該問題涉及到編碼開發問題,為了您獲得更加詳盡,全麵的解答,建議到以下鏈接發帖:

https://social.technet.microsoft.com/Forums/zh-cn/home



最後更新:2017-05-15 00:01:55

  上一篇:go ie瀏覽器和win10
  下一篇:go 無法禁用IE11