function AntiSpam(id) { window.open('/antispamin.php?UniqId='+id,'AntiSpam','width=180,height=229,left=1,top=1'); } function open_window(TITLE,URL, WIDTH, HEIGHT) { windowprops = "left=50,top=50,width=" + WIDTH + ",height=" + HEIGHT + ",resizable=yes,scrollbars=yes"; window.open(URL, TITLE , windowprops); } function open_window2(TITLE,URL, WIDTH, HEIGHT) { windowprops = "left=50,top=50,width=" + WIDTH + ",height=" + HEIGHT + ",resizable=yes,scrollbars=no"; window.open(URL, TITLE , windowprops); } function open_window_1(TITLE,URL, WIDTH, HEIGHT) { windowprops = "left=2000,top=2000,width=" + WIDTH + ",height=" + HEIGHT + ",resizable=yes,scrollbars=yes"; window.open(URL, TITLE , windowprops); } function deleteConfirm(msg, url){ if(confirm(msg)) document.location.replace( url ); } function checkConfirm(msg){ if(confirm(msg)) { return true; } else { return false; } } function erorrMsg(msg){ alert(msg); } function postChk(ref) { window.open( ref , "win1",'scrollbars=yes,width=500,height=400'); } function change_board(changecategory) { if (changecategory==1) { var index = document.catform.catlist.selectedIndex; document.catform.sel_cat.value=document.catform.catlist.options[index].value; } document.catform.submit(); return false; } function checkEndTime(){ open_window_1('','/lecture/checkEndTime.php', '1', '1'); } // ÇູÇÑ ±Û¾²±â °­ÁÂÀÇ ÆË¾÷â¿¡ µé¾î°¡´Â ½ºÅ©¸³Æ® - ÀÛ¼ºÀÚ ¹Ú¼ºÈÆ - 03.09.15 function openw(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable) { toolbar_str = toolbar ? 'yes' : 'no'; menubar_str = menubar ? 'yes' : 'no'; statusbar_str = statusbar ? 'yes' : 'no'; scrollbar_str = scrollbar ? 'yes' : 'no'; resizable_str = resizable ? 'yes' : 'no'; window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str); } // ÇູÇÑ ±Û¾²±â¿¡¼­ OpenerÀÇ ¸µÅ©¸¦ º¯°æÇÑ ½ºÅ©¸³Æ® - ÀÛ¼ºÀÚ ¹Ú¼ºÈÆ - 03.09.20 function GoWin(WO){ opener.location.href=WO; } function Directurl(tourl){ if (tourl!="") document.location.href = tourl } function gourl(url){ window.open("/gourl.php?url="+url); }