0
새 버전의 Google 크롬이 showmodalDialog를 제거했습니다. 및이 브라우저의 코드가 작동하지 않습니다. 내 문제를 어떻게 해결할 수 있습니까?showmodalDialog 문제가 크롬에서 새 버전
function AddTime(OfferTime) {
var x = new Array();
var ClsPartColeg = document.getElementById("ClassParam").value;
x[0] = SrcName(ClsPartColeg, 'PartCombo');
if (OfferTime)
x[1] = OfferTime;
else
x[1] = '$$0$' + SrcName(ClsPartColeg, 'College') + '$';
var s = showModalDialog("../HtmlPage/ClsTime.htm", x, "status:0;help:0;dialogWidth:420px;dialogHeight:100px");
if (s)
Perform('NewTime;Item=' + s);
}