DORSETRIGS
Home

html5-history (5 post)


posts by category not found!

How to prevent history.pushState() and HTTP POST form causing a repost on a page refresh?

How to Prevent history push State and HTTP POST Form from Causing Repost on Page Refresh When developing web applications one common issue developers face is th

3 min read 08-10-2024 31
How to prevent history.pushState() and HTTP POST form causing a repost on a page refresh?
How to prevent history.pushState() and HTTP POST form causing a repost on a page refresh?

Appending parameter to URL without refresh

Appending Parameters to URLs Without Refreshing the Page A Practical Guide The Problem Dynamic URL Updates Without Reloading Have you ever wanted to update the

2 min read 07-10-2024 24
Appending parameter to URL without refresh
Appending parameter to URL without refresh

How to detect if a URL has changed in TMS WEB Core?

How to Detect if a URL has Changed in TMS WEB Core Detecting changes in a URL is an essential feature in modern web applications It enables developers to create

2 min read 20-09-2024 60
How to detect if a URL has changed in TMS WEB Core?
How to detect if a URL has changed in TMS WEB Core?

Clearing back/forward cache only after logout

Clearing Browser Cache on Logout A User Experience Enhancement Its a common scenario users log out of a website but the browser cache still retains previous dat

2 min read 13-09-2024 41
Clearing back/forward cache only after logout
Clearing back/forward cache only after logout

Page title is not changed by history.pushState

Why Doesnt history push State Change the Page Title Its common to think that using history push State to modify the browsers history would also automatically up

2 min read 06-09-2024 47
Page title is not changed by history.pushState
Page title is not changed by history.pushState