From 7a16197c397f706d67e5bf7fdb5a86d5317f3348 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Mon, 22 Mar 2021 01:55:59 +0000 Subject: [PATCH] =?UTF-8?q?(210322=2010:55)=EB=AA=A8=EC=82=AC=EC=9C=A8?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EC=97=B0=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/croom/grade4.cshtml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BO/Views/croom/grade4.cshtml b/BO/Views/croom/grade4.cshtml index fef7c53..a07692d 100644 --- a/BO/Views/croom/grade4.cshtml +++ b/BO/Views/croom/grade4.cshtml @@ -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); + }