<html>
<script language="javascript">
function bb(xx){
  alert(xx);
}
</script>
<body>
<table border="1" onmouseover="alert('已经进入表格!')">
<tr>
<td><input type="text" name="t1"></td>
</tr>
<tr>
<td><input type="text" name="t2"></td>
</tr>
<tr>
<td><input type="text" name="t3"></td>
</tr>
</body>
</html>