<script type=
function compareData(){
//var headArray = document
var tempTable = document
var rowObj = null;
var cellObj = null;
var childrenObj = null;
var valueObj = null;
var cellObjoin = null;
var cellCount = null;
var rowCount = null;
rowObj = tempTable
alert(
cellObj = rowObj
alert(
childrenObj = cellObj
alert(
valueObj = childrenObj
alert(
cellObjoin = tempTable
alert(
rowCount = tempTable
alert(
cellCount = tempTable
alert(
}
</script> 在列中的元素如果事TEXTBOX或者hidden用VALUE能獲得值
From:http://tw.wingwit.com/Article/program/net/201311/12208.html