This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var param = "chapterNo=0101¤t_frame_count=1¤tPosition="+ 13245+'&courseCd=HLSC60332&takeCourseSeq=40116154&_'+$.now(); | |
$.get('ProgressSave.aspx',param,function(data){ | |
if(data=="N"){ | |
alert('다른 위치에서 로그인 되었습니다. 학습이 종료되며 로그아웃됩니다.'); | |
top.close(); | |
} | |
}); |