DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> 關於JavaScript >> 谷歌浏覽器不支持showModalDialog模態對話框的解決方法
谷歌浏覽器不支持showModalDialog模態對話框的解決方法
編輯:關於JavaScript     

忽然發現Chrome浏覽器版本 37.0.2062.103 m 不支持showModalDialog模態對話框和無法返回returnValue

項目原先用到的都不能正常執行

找了個折中方案利用window.open代替showModalDialog利用 window.opener.document來操作父頁面的元素

復制代碼 代碼如下:
window.open("xsp/exesp?todo=13","","height=500,width=280,status=yes,toolbar=no,menubar=no,location=no");

復制代碼 代碼如下:
window.close();
window.opener.document.getElementById("classid").value=treeid;
window.opener.document.getElementById("classname").value=treename;

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved