欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

谷歌瀏覽器不支持showModalDialog模態(tài)對(duì)話框的解決方法

 更新時(shí)間:2014年09月22日 16:30:14   投稿:whsnow  
谷歌瀏覽器不支持showModalDialog模態(tài)對(duì)話框和無(wú)法返回returnValue,這個(gè)問(wèn)題,想必很多朋友都有遇到過(guò)吧,解決方法很簡(jiǎn)單,下面的思路,大家可以看看

忽然發(fā)現(xiàn)Chrome瀏覽器版本 37.0.2062.103 m 不支持showModalDialog模態(tài)對(duì)話框和無(wú)法返回returnValue

項(xiàng)目原先用到的都不能正常執(zhí)行

找了個(gè)折中方案利用window.open代替showModalDialog利用 window.opener.document來(lái)操作父頁(yè)面的元素

復(fù)制代碼 代碼如下:

window.open("xsp/exesp?todo=13","","height=500,width=280,status=yes,toolbar=no,menubar=no,location=no");

復(fù)制代碼 代碼如下:

window.close();
window.opener.document.getElementById("classid").value=treeid;
window.opener.document.getElementById("classname").value=treename;

相關(guān)文章

最新評(píng)論