在HTML树上面获取TABLE节点

Dim oParent

Set oParent = oNode

Do

 Set oParent = oParent.parentNode

Loop While oParent.tagName <> "TABLE"

 

posted @ 2012-07-21 17:38  dushuai  阅读(103)  评论(0编辑  收藏  举报