Originally Posted by
AlexDawson
Actually, I would suggest a slightly different thing. If the buttons only have the primary function of invoking JavaScript, perhaps not link to them as an anchor (as that directly implies that a resource is located at the end of the click event). Why not simulate the effect of a button (without it actually being one) by simply having an element styled with the usual text underlined (and hover colors etc) but with the onclick event in JavaScript attached to it (as regular text)