(210322 10:55)모사율화면 연결

This commit is contained in:
kdh0120 2021-03-22 01:55:59 +00:00
parent 3b39b88bb2
commit 7a16197c39
1 changed files with 6 additions and 0 deletions

View File

@ -343,5 +343,11 @@ else
msg2(getint($("#addstringval").find("option:selected").attr("data-tpoint"))+"점 이하으로 입력해주세요.");
}
}
function viewcopy(sdno,lectno) {
var winl = (screen.width - 840) / 2;
var wint = (screen.height - 410) / 2;
var opt = 'height=410, width=840, top=' + wint + ', left=' + winl + ',location=no, noresizable';
window.open("http://118.219.255.225:7614/memechecker/score.html?domain=v_lectsd_list&docId="+sdno+"_"+lectno, "iscopyWin", opt);
}
</script>
<iframe id="ifrthis" style="display: none;"></iframe>