wondering if it is possible to have a javascript call inside a html bookmark like:
<a href="bookmark">Go down</a>
.
.
.
<a name="down" href="javascript:alert('movedhere')">
so when visitor clicks on “Go down” the alert message appears but also when url="/#bookmark" then again the function is called.
It’s neither scalable nor elegant but it would work if you checked the
fragmentof the current page when the page loads:https://developer.mozilla.org/en/window.location#Properties