当前位置: 代码迷 >> JavaScript >> 怎么获取iframe中的页面地址
  详细解决方案

怎么获取iframe中的页面地址

热度:348   发布时间:2012-02-08 19:52:21.0
如何获取iframe中的页面地址

RT


------解决方案--------------------
alert(this.src);改成alert(this.contentWindow.location);就对了。我试过了。
  相关解决方案