摘要: 作者: Winty时间: 2008-12-26在网上找到在IE下操作IFrame内容的代码: document.frames["MyIFrame"].document.getElementById("s").style.color="blue";但是这在Firefox下无效。所以,想到在Firefox下用FireBug来调试。经过调试发现在Firefox下可用以下代码来实现: document.getElementById("MyIFrame").contentDocument.getElementById(&qu 阅读全文
posted @ 2011-06-02 16:21 gxwy 阅读(736) 评论(2) 推荐(0) 编辑