- //<iframe onload="contentLoadstart()" id="content_iframe"></iframe>
- function contentLoadstart() {
- //获取iframe内容的请求地址
- var url = $("#content_iframe")[0].contentDocument.URL;
- //获取iframe内容title
- var name = $("#content_iframe")[0].contentDocument.title;
- }
-
- //iframe 内重新加载一个新的地址的
- window.location.replace(src);