jquery için:

$(document).ready(function(){
$("a").click(function(){
return false;
});
});