首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

怎么获取iframe中的页面地址

2012-02-08 
如何获取iframe中的页面地址 RT [解决办法]alert(this.src)改成alert(this.contentWindow.location)就对

如何获取iframe中的页面地址

RT


[解决办法]
alert(this.src);改成alert(this.contentWindow.location);就对了。我试过了。

热点排行