标签: javascript html iframe
我需要在“加载”事件后获取iframe的URI。到目前为止,我已经使用了contentDocument.documentURI,但它在IE6和IE7中不起作用。有哪些替代方案?
答案 0 :(得分:5)
所有浏览器都支持 contentWindow.location.href 。