This code works in Firefox, Chrome and Safari, but is failing for me on (Windows) IE 8:
<a href='http://google.com'>
<input type="button" name='go' value='go'>
</a>
Why? And should I just use a (clumsy) onClick event to get around it?
Grrrrr....