This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Pass parameters between pages in the URL #2859
Closed
Description
Hi,
this ist my situation:
I've got a simple list with links that point to something like
somePage?someId=1
somePage?someId=2
somePage?someId=3
now, when I click on the first link the correct page gets loaded. Going back to that list and clicking another link visits the first page again. I believe it has something to do with not changing the hash correctly. Could it be that the hash is somehow chached and only identifies the #somePage part and not the ?someId=2 part?
Thanks and greetings
Stefan