16-Oct-04 (Created: 16-Oct-04) | More in 'CS-JavaScript'

Jumping to an anchor or how to jump to the bottom of a page

Create an anchor with a name at the bottom


<a name="bottom"> </a>

Jumpt to it from anywhere


<p><a href="#bottom">Go to the bottom</a></p>