I saw code in an ASP.NET MVC site from a guy who had only done web forms before (and is a renowned copy/paster!) that stuck a client side click event on an
tag that called a javascript method that did a document.location.
I tried to explain that a href
on the
tag would do the same!!!