fortes / history.js

[Not Maintained!] HTML5 History APIs for legacy browsers. Implements window.history.pushState(), window.history.replaceState(), and the window.onpopstate event.
172 stars 12 forks source link

IE 8 History goes back only one time #6

Open puliyadivinod opened 12 years ago

puliyadivinod commented 12 years ago

Hello,

I was trying to use this program in my project i came across that in IE8 Only one step history i am able to go.

Thanks VP