I\'m using ASP.NET, some of my buttons just do redirects. I\'d rather they were ordinary links, but I don\'t want my users to notice much difference in the appearance. I c
Why not just wrap an anchor tag around a button element.
Text of Some Page
This will work for IE9+, Chrome, Safari, Firefox, and probably Opera.