Give it an event handler onclick, for example:
a.onclick = function() { DoSomething(messageID); };
Leave hrefas #and stop scrolling or return falseto stop scrolling, for example:
a.onclick = function() { DoSomething(messageID); return false; };
source
share