js代码不兼容ie8的问题
发布网友
发布时间:2023-03-15 01:33
我来回答
共1个回答
热心网友
时间:2023-10-24 23:15
你代码提供的仍不完整。给你简化一下,试试吧
<script>
function ShowDialog(url, width, height, optValidate) {
if (!optValidate) return false;
//Editor.focus();
var arr = showModalDialog(url, window, "dialogWidth:" + width + "px;dialogHeight:" + height + "px;help:no;scroll:no;status:no");
//Editor.focus();
}
</script>