Actipro CodeHighlighter(프리웨어)에서 제작한 코드 강조 표시http:/ /www.CodeHighlighter.com/-->열기 양식을 사용하여 양식 열기
//주소 방법 사용
window.opener.location.href='m_Shedule_Main.aspx'// 브라우저 새로 고침 기능 사용
window.opener.location.reload();
showModalDialog 메소드 사용
window.returnValue = 'refresh';