I'm working on a small project in which I need to download a web page and extract the source code that is inside a tag with a particular property. For instance, locate the div with an ID of "features" and extract the source inside it, being careful not to be tripped up by any divs inside that one. Since I don't feel like writing my own cut-down HTML parser just for this project, I looked at IE.au3 for some function that could do this. So far I haven't been able to find anything useful. If I c