I'm trying to track down a value other than the hash symbol which can be passed to an <a href="#">Do not redirect</a>
and not redirect the page.
My issue is that the #
is being tracked by the browser history, and it's adding an extra step to clicking the back button. For example:
www.example.com?page=2#
*click back button in browser*
www.example.com?page=2
*click back button in browser*
www.example.com?page=1
I'm working in a library whereby the button MUST have a value passed (cannot be blank, otherwise the page will refresh). Any ideas? :(