OK, I need to get the innerHTML of an iFrame. I have its ID & name, I just need to know how to get it, like if it was a regular frame I would goBut I do not know how to do this with an iFrame.VB Code:
Web.Document.frames.Item(0).Document.body.InnerHTML
Thanx a lot,


Reply With Quote