D
D
des1roer2015-04-08 18:15:31
Yii
des1roer, 2015-04-08 18:15:31

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

1 answer(s)
V
vyachin, 2015-04-08
@des1roer

not my decision

history.pushState(null, null, location.href);
window.onpopstate = function(event) {
    history.go(1);
};

Demo: jsfiddle.net/DerekL/RgDBQ/show
taken from here stackoverflow.com/questions/16182993/how-to-preven...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question