L
Leszek Taratuta
Hello,
I am looking for a method to access the Internet Explorer DOM. The idea is
as follows:
1. Download an HTML file using System.Net.WebClient()
2. Put the file into a string.
3. Parse the string using IE DOM.
4. Extract some interesting tags (for example anchors)
It is feasible?
Thanks for any hints,
Leszek Taratuta
I am looking for a method to access the Internet Explorer DOM. The idea is
as follows:
1. Download an HTML file using System.Net.WebClient()
2. Put the file into a string.
3. Parse the string using IE DOM.
4. Extract some interesting tags (for example anchors)
It is feasible?
Thanks for any hints,
Leszek Taratuta