<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head><body>
<table width="100px" border="1" onclick="cl();">
<tr>
<td width="50px">000</td>
<td width="50px">111</td>
</tr>
<tr>
<td width="50px">222</td>
<td width="50px">333</td>
</tr>
<tr>
<td width="50px">444</td>
<td width="50px">555</td>
</tr>
<tr>
<td width="50px">666</td>
<td width="50px">777</td>
</tr>
<tr>
<td width="50px">888</td>
<td width="50px">999</td>
</tr>
</table>
</body>
</html>
<script type="text/javascript">
function cl(){
alert(event.target.innerHTML);
}
</script>请帮忙改成兼容Firefox !!!
谢了!!!