Hi,

One of my forms is using an axWebBrowser to display a webpage, I need the avility to select some part of the document and put that HTML code in a variable.

I've tryed with .innerHTML and .outterHTML in the HTMLDocumentClass obtained from the .Document, but it doesn't work since it copies all the HTML code from that section, and I just need the selected part.

Thanks,
Angel