Mendhak kindly helped me with the following code towards a custom control I'm writing. It works happily in IE, but not in Firefox. Can anyone help me out with why and what I need to do to change it?

VB Code:
  1. <table width="100%">
  2.                 <tr>
  3.                     <td style="CURSOR: hand" onclick="navigate('http://www.microsoft.com');" width="100%">microsoft.com</td>
  4.                 </tr>
  5.             </table>