To retrieve the content of a webbrowser :

a = WebBrowser1.Document.documentElement.innerHTML

How do retrieve all the contents of a web page which has frames within the webbrowser object? (all the web pages, especially when the frame uses javasript)

Thanks.