WEB/JAVASCRIPT
뒤로가기 막기
2016. 6. 14. 14:36
출처 : http://wp.galactica.co.kr/112
1 2 3 4 | history.pushState(null, null, location.href); window.onpopstate = function(event) { history.go(1); } | cs |