Когда я щелкаю строку в IE, он вызывает метод hello () и работает нормально, но не в Firefox. Я подозреваю эту строку
tr align="left" bgcolor="eeeeee" style="padding-top: 3px; cursor: pointer;">
потому что когда я удаляю его, он работает вроде
<script language="javascript" type="text/javascript">
function hello(){
alert('hello');
}
</script>
<span style="" onclick="hello();"
onmouseover="this.children[0].style.backgroundColor='#D8EEEE'; this.children[1].style.backgroundColor='#D8EEEE';"
onmouseout="this.children[0].style.backgroundColor=''; this.children[1].style.backgroundColor='';">
<tr align="left" bgcolor="eeeeee">
style="padding-top: 3px; cursor: pointer;">
<td class="blueFont" style="font-weight: bold; <%=style%>">
Я уже пытался удалить точку с запятой из onclick