|
-
Aug 29th, 2012, 04:48 PM
#6
Re: HtmlElement In a_tags is not staying within if condition
Well you might be able to do it that way if, say, you created a new HTML document from the inner html of each table row and then scanned that for the <a> tags. So you'd have something like (structure not code)
For Each <tr> in Original HTML
New HTML = inner <tr>
For each <a> in New HTML
Append Text inner <a>
Next
Append Text separator
Next
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|