document.onclick=function(e){ var t=e?e.target:window.event.srcElement; if(t.tagName==='A'){ ajaxpage(t.href) ... } }