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 go
VB Code:
  1. Web.Document.frames.Item(0).Document.body.InnerHTML
But I do not know how to do this with an iFrame.
Thanx a lot,