我正在使用
function LinkModalDialog(obj){
var arr=showModalDialog("../../files/list_simple.asp","","dialogHeight: 600px; dialogWidth: 450px; edge: Raised; center: Yes; resizable: Yes; status: Yes; scroll: Yes; help: No;");
if (arr) obj.value=arr;
arr=null;
}
当我在Mozilla工作时调用它时 我称之为
<IMG onclick="LinkModalDialog(txt_file)" style="cursor : hand;" onMouseOut="MM_displayStatusMsg('');return document.MM_returnValue" onMouseOver="MM_displayStatusMsg('1111111');return document.MM_returnValue" align=top border=0 alt="11111" src="<%=imagesDir%>/uploadbtn.gif">
窗口未在mozilla上打开
答案 0 :(得分:0)
来自MDN: Window.showModalDialog()
:
此功能已过时。虽然它可能仍然适用于某些浏览器,但不鼓励使用它,因为它可以随时删除。尽量避免使用它。
此功能已被删除。请修复您的网站和应用程序。
此方法已在Chrome 43和Firefox 56中删除。