I would like to replicate the internal linking behaviour of StackExchange sites: assuming I have this in my page:
<table>
<tr><td><a name="1"></a>1</td></tr>
<tr><td><a name="2"></a>2</td></tr>
<tr><td><a name="3"></a>3</td></tr>
</table>
and a link in the same page
<a href="#2">link</a>
I want the second row to get highlighted briefly. How does it work?
An example of the desired highlighting could be seen e.g. when clicking here.