From: Mike B. <mb...@Ga...> - 2003-03-24 12:11:20
|
Teo Kian Lee wrote: > Is there a way to get htmltable (from htmlpage) without any table id > assigned? Nothing really simple. On the page, you could call getHtmlElementsByTagName() to retrieve all the tables or you could call getHtmlElementsByAttribute() if you know one specific attribute that has been set on the table. Both of these methods are defined in HtmlElement. -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : mb...@Ga... Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com |