Facebook uses Ajax links to change parts of their pages in order to keep the load time down. But if you disable JavaScript, their links still work. That's because they've also defined a backup option: the classic <a href="http://url/"
.
How can I implement this myself so that the link will be followed when JS is disabled and the onclick event will be used when JS is enabled?