Skip to content

Instantly share code, notes, and snippets.

View gnujoow's full-sized avatar
👋

KIM, WOOJUNG gnujoow

👋
View GitHub Profile
var param = "chapterNo=0101&current_frame_count=1&currentPosition="+ 13245+'&courseCd=HLSC60332&takeCourseSeq=40116154&_'+$.now();
$.get('ProgressSave.aspx',param,function(data){
if(data=="N"){
alert('다른 위치에서 로그인 되었습니다. 학습이 종료되며 로그아웃됩니다.');
top.close();
}
});