Many times I\'ve seen links like these in HTML pages:
Click here !
The return false prevents the page from being navigated and unwanted scrolling of a window to the top or bottom.
return false
onclick="return false"