<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script type="text/javascript">
function aa()
{
var a=window.document.all("lhc");
alert(a.innerText);
}
</script>
</head>
<body onLoad="aa();">
 <table id="lhc">
   <tr><td>广东</td><td>广州</td></tr>
  </table>
</body>
</html>