Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

get innerHTML for every frame in multiple frame web page

Status
Not open for further replies.

fishysheep

Programmer
Oct 13, 2001
54
GB
project has webBrowser control and reference to HTML object library.

Page loaded into webBrowswer has multiple frames and so using webBrowser.document.body.innerHTML doesn't return any detailed html, merely the setting up of the frames. As document_complete is fired multiple times I thought I would be able to pull the document.body.innerHTML at this point - but it doesn't work.

Any ideas on how I can pull the actual HTML for each and every frame?

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top