Categories
Yii how to disable the transition to the previous page?
Actually how to reset the previous page?
Answer the question
In order to leave comments, you need to log in
not my decision
history.pushState(null, null, location.href); window.onpopstate = function(event) { history.go(1); };
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question