Forum Moderators: open
Using this code
<a href="#top"></a> <a name="top"></a> Is it supposed to work like this, or is this just a quirk with the browsers? I can't seem to get this to work with Mozilla.
I think it will also work with just the # symbol.
Actually, this is not the case. I use the # symbol frequently as a blank link so I can perform javascript events on the link object. Its safe with older browsers and those that don't support javascript. It just links to the current location in the same page (ie: clicking it does nothing).