隨筆 - 117  文章 - 72  trackbacks - 0

          聲明:原創(chuàng)作品(標有[原]字樣)轉(zhuǎn)載時請注明出處,謝謝。

          常用鏈接

          常用設置
          常用軟件
          常用命令
           

          訂閱

          訂閱

          留言簿(7)

          隨筆分類(130)

          隨筆檔案(123)

          搜索

          •  

          積分與排名

          • 積分 - 156402
          • 排名 - 390

          最新評論

          作者: Winty
          時間: 2008-12-26

          在網(wǎng)上找到在IE下操作IFrame內(nèi)容的代碼:
             
          document.frames["MyIFrame"].document.getElementById("s").style.color="blue";

          但是這在Firefox下無效。
          所以,想到在Firefox下用FireBug來調(diào)試。經(jīng)過調(diào)試發(fā)現(xiàn)在Firefox下可用以下代碼來實現(xiàn):
             
          document.getElementById("MyIFrame").contentDocument.getElementById("s").style.color="blue";

          詳細代碼如下:
          TestIFrame.htm:

          <html>
          <head>
          <script type="text/javascript">
          function f(){
                  var doc;

                  if (document.all){//IE
                          doc = document.frames["MyIFrame"].document;
                  }else{//Firefox    
                          doc = document.getElementById("MyIFrame").contentDocument;
                  }

                  doc.getElementById("s").style.color="blue";
          }
          </script>
          </head>
          <body onload="f()">

          <iframe id = "MyIFrame" name = "MyIFrame" src = "MyIFrame.htm" width = "100" height="100">

          </body>
          </html>


          MyIFrame.htm:

          <h1 id = "s" style="color:red;" >內(nèi)容<h1>

          附件內(nèi)容:
          1.TestIFrame.htm
          2.MyIFrame.htm
          文章來源:http://wintys.blog.51cto.com/425414/123303

          [附件]:MyIFrame.zip
          posted on 2009-03-18 12:02 天堂露珠 閱讀(570) 評論(0)  編輯  收藏 所屬分類: Web
          主站蜘蛛池模板: 黄浦区| 西丰县| 鄂托克前旗| 韶关市| 建宁县| 信丰县| 南安市| 宁安市| 潼关县| 利辛县| 满洲里市| 北流市| 固阳县| 德格县| 巢湖市| 马山县| 楚雄市| 长治县| 茌平县| 冕宁县| 平果县| 普安县| 曲靖市| 阜康市| 大厂| 佛坪县| 蒲江县| 梨树县| 迁安市| 丘北县| 湄潭县| 新昌县| 米脂县| 延吉市| 河西区| 常德市| 文化| 扎鲁特旗| 浦北县| 汉寿县| 泸水县|