I would like to edit the HTML code of an IFrame in IE8 with the IE8 Developer Tools.
The HTML tab in the Developer Tools shows the original page and the IFrame just fine. But when I click on the edit icon, only the HTML code of the original site is shown, not the code of the IFrame.
Firebug allows me to edit the IFrame. I need to do the same with the Developer Tools because I need to fix a bug in IE.
Does anybody know how to edit the content of the IFrame with the Developer Tools?
Thank you!