标签:order anti tor form 方法 table document count ntc
1.获得当前索引:
var index = getElementOrder(Field)-1;//Field传入this
2.获得当前的值:
fm.QuantityMain[index].value//QuantityMain是name;fm是form的name
3.获得tbody及其行数:
var oTBODY = document.all(PageCode).tBodies.item(0);
//PageCode是table的id;tBodies是tbody;item(0)是获取第一个
var intCount = oTBODY.rows.length;//获得行数
标签:order anti tor form 方法 table document count ntc
原文地址:http://www.cnblogs.com/iamflash/p/6651504.html