On Jun 19, 7:31 pm, Lampa <[EMAIL PROTECTED]> wrote:
> Hello,
>
> i have table with few rows and last row contains in some cases another
> table. I need to find last row which not contains table.

Cycle over the table rows to find the one where:

   row.getElementsByTagName('table').length > 0


--
Rob

Reply via email to