I want to perform different actions depending on what a user types after a # symbol to a web page. For example, if they visited page.html#hello, a screen would say hello to them. But if they visited page.html#goodbye, it would say goodbye. I'm not asking how to make the content appear, but...