fishysheep
Programmer
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
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