Hiyas, I was just wondering something, about getting the source from the page the webbrowser control is at.

I know how to get the source from the webbrowser control normally,

exampe:

Code:
PageSource = WebBrowser1.Document.documentElement.innerHTML
but I was just wondering how do get the source out of say a particular frame?

thanx for your help.