I was wanting to make a link similar to this
www.mysite.com/profile/#openTheme
When the link has the hash "#openTheme" i want it to run a function on the page when the page is loaded.
Is there a way to set an Anchor like this eg:
<a name="openTheme" onActivate="runScript()">
Or is there a better way of doing it? Eg, running a script onload to find any location hashes and using if/else?
Thanks.