如何在 IE8 开发者工具中编辑 IFrame?
我想使用 IE8 开发人员工具编辑 IE8 中 IFrame 的 HTML 代码。
开发人员工具中的 HTML 选项卡显示原始页面和 IFrame 很好。但是当我点击编辑图标时,只显示原始站点的 HTML 代码,而不显示 IFrame 的代码。
Firebug 允许我编辑 IFrame。我需要对开发人员工具执行相同的操作,因为我需要修复 IE 中的错误。
有人知道如何使用开发人员工具编辑 IFrame 的内容吗?
谢谢你!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信您能够使用开发人员工具栏上的编辑按钮来做到这一点。我尝试了工具栏,它似乎只喜欢在“编辑”模式下使用父页面。现在,当您单击旁边的“带有样式的元素源”时,您可以拾取子页面的渲染 html,但我不确定它的动态程度如何,因为它似乎是在 sudo 记事本视图中打开的。
I don't believe that you're going to be able to do that with the edit button on the developer toolbar. I experimented with the toolbar and it seems that it likes to work with only the parent page in the 'edit' mode. Now when you click 'element source with style' next to it, you can pick up the rendered html of the child page put I'm not sure how dynamic that will be since it appears to open up in a sudo notepad view.