Skip to content Skip to sidebar Skip to footer
Showing posts with the label Browser History

How Can I Prevent The Browser To Scroll To The Top On Hash Change?

I am building a web application where I need to prevent back navigation in the browser history. Aft… Read more How Can I Prevent The Browser To Scroll To The Top On Hash Change?

Form Post In Iframe Without Affecting History

Is it possible to submit a form inside an iframe without affecting the browser's history? I'… Read more Form Post In Iframe Without Affecting History

Hashchange Not Firing When User Clicks On Same Link

I'm creating an HTML and Javascript client for running in browser which talks to REST API. I… Read more Hashchange Not Firing When User Clicks On Same Link

Statechange Is Firing Whenever I Do A Push-state

I am using history.js to handle back button. In history.js statechange is firing whenever i do a pu… Read more Statechange Is Firing Whenever I Do A Push-state

Finding Previous Url From Window.history

I've hosts file blocking so time to time, I get these 'Page not found' errors browsing … Read more Finding Previous Url From Window.history

Why Is Javascript:history.go(-1); Not Working On Mobile Devices?

First, some background: I have an application which presents a search page (html form) to the user.… Read more Why Is Javascript:history.go(-1); Not Working On Mobile Devices?

How To Change Url Without Changing Browser History

Until now, I only know that if I want to change URL without reloading the whole page i have to use … Read more How To Change Url Without Changing Browser History