iframe調用父頁面js函數 方法 元素

來源:互聯網
上載者:User

標籤:style   ar   color   os   sp   strong   on   bs   html   

     在一個頁面中添加iframe,但是有時需要與父頁面進行通訊,傳遞參數。 網上總結有以下方法:

            一、iframe標籤中   src屬性傳參   

                    <iframe src="test.jsp?id=xxx">   

                 通過get方法,添加在頁面後面傳遞參數,如上的“id”

           二、iframe調用父頁面html元素

                 在iframe中,通過“window.parent.document.getElementById()” ,即可訪問父頁面中的元素

           三、iframe調用父頁面函數

                 window.parent.“函數名” 例如  window.parent.test(),當然前提是父頁面中有test()函數;

           四、在父頁面中調用iframe

                 1、window.frames[]."函數名"  frames返回是父頁麵包含所有frame的數組,可以通過window.frames[名稱]來調用名稱對應的iframe;

        2、直接"frame名稱”.window."函數名"

      注意事項

      要確保在iframe載入完成後再進行操作,如果iframe還未載入完成就開始調用裡面的方法或變數,會產生錯誤。判斷iframe是否載入完成有兩種方法:

        1. iframe上用onload事件

        2. 用document.readyState=="complete"來判斷

          

iframe調用父頁面js函數 方法 元素

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.