Newest questions tagged javascript - Stack Overflow
•
2026-05-13 18:06
Iframe keep reloading in firefox, when updating hash value using window.location.hash
Im trying to update the hash value of my iframe page, by setting value to window.location.hash= 'hash/value/for/section'
But, once the hash set, the iframe starts reload. then landing the page, again -> hash update -> reload.
moving to a different section of the page, the page does not reroute to that section; instead, it loads from the beginning and lands on the chosen section.
Im using has...