程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> 頁面-騰訊網評論的iframe是如何實現跨域獲取高度的

頁面-騰訊網評論的iframe是如何實現跨域獲取高度的

編輯:編程綜合問答
騰訊網評論的iframe是如何實現跨域獲取高度的

http://ent.qq.com/a/20150601/007047.htm?pgv_ref=aio2015&ptlang=2052#p=1

下邊可以看到騰訊所有的評論都是引入這個iframe實現的
iframe frameborder="no" scrolling="no" id="commentIframe" style="width: 100%; **height: 4664px; **overflow: hidden; margin-bottom: 30px; display: block; -webkit-transition: height 0.6s ease; transition: height 0.6s ease;" src="http://www.qq.com/coral/coralBeta3/coralMainDom3.0.htm">iframe

我想問這個iframe的父頁面在跨域的情況下是如何獲取評論最底部加載更多事件,並將最新的高度賦值給iframe的

最佳回答:


同頂級域名可以跨域。
http://wwwcomy.iteye.com/blog/1806724

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved