How do I make a Hyperlink for the current page fire the history change event?
For example, on http://localhost:8080/index.html#foo there is a Hyperlink with a historyToken of foo. How do I get the app to process/fire that click/change event?
Am I at the mercy of the nature of browser behavior?