Re: stopping <a> from loading new page but still performing onclick action



monomaniac21 wrote:
hi all

i want to use hyperlinks to 'load' content by changing the display of
div tags. the problem i have is that unless i specify a href the anchor
does not change the mouse pointer on hover even if display is set to
block. it only look changes when there is a href there. but if i have a
href there then when i click it will load the page, which i dont want.

how can i get the anchor to look like a proper link where the users
pointer changes on hover (in firefox) but a page does not get refreshed
onclick only the onclick function gets loaded.

regards

marc

Place a single hash into the href property of the anchor tag.
(href="#").

.



Relevant Pages