Linking a specific point of a scene from a different scene

My guess would be that the div with the anchor hasn't been created yet - when the page load Hype does a lot to initially setup the page. You would probably want to have an On Scene Load action that runs some javascript to look at the window.location.hash property and then go to that URL.

This topic talks about linking a specific scene using anchors and may be useful: