开发者

contentDocument.documentURI alternative to IE6 and IE7?

开发者 https://www.devze.com 2023-01-09 18:55 出处:网络
I need to grab the URI of an iframe after \"load\" event. I have used contentDocument.documentURI so far, but it does not work in IE6 and IE7. What are the开发者_如何转开发 alternatives?All browsers s

I need to grab the URI of an iframe after "load" event. I have used contentDocument.documentURI so far, but it does not work in IE6 and IE7. What are the开发者_如何转开发 alternatives?


All browsers support contentWindow.location.href.

0

精彩评论

暂无评论...
验证码 换一张
取 消