'2018/06/11'에 해당되는 글 1건
- 2018.06.11 History.back() 차단
history.pushState(null, null, location.href); window.onpopstate = function(event) { history.go(1); };
history.pushState(null, null, location.href); window.onpopstate = function(event) { history.go(1); };