iframe解決跨域

2021-08-30 18:49:05 字數 388 閱讀 4483

.iframe的使用a域中有parent.html,b域中有child.html.b域中的伺服器要監聽所有b域下所有child.html,並且兩個域之間要交換資料.那麼在a域中嵌入iframe

如: parent.html

document.domain =ip //a域的ip或網域名稱(去掉www)

函式function thisparent()

document.getelementbyid("child").contentwindow.thischild();

child.html

document.domain=ip//a域的ip或網域名稱(去掉www)

function thischild()

parent.thispatent();

iframe 解決跨域問題

a專案 簡稱a http ip 8888 a 跨域訪問b專案 簡稱b http ip 8080 b ip不同實現頁面巢狀與跨域訪問方法問題 1.a a.jsp 載入b b.jsp 解決方案 a.jsp中建立iframe 2.b b.jsp 訪問a a.jsp 的方法 解決方案 在b中b.jsp頁面中...

Cookie 跨域解決方案(IFrame跨域)

iframe跨域思路 假設有a.haorooms.com text.html和b.haorooms.com text.html兩個頁面,通過a.haorooms.com text.html頁面去修改b.haorooms.com text.html頁面的本地資料 在a.haorooms.com tex...

解決跨域iframe自適應高度

關於iframe自適應高度的討論可以先看看口碑ued的部落格 大概原理見下圖 可以直接看示例 下面直接上 了 下面是核心 loader.js 檔案proxy.html 使用方法 一 在主頁面要包含的iframe中引入loader.js 二 傳入引數。有兩種傳參方法 1.在主頁面引用iframe的時候...