Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var iframes = document.getElementsByTagName("iframe");
- for(i = 0; i < iframes.length; ++i)
- {
- if(iframes[i].id.length > 0 && iframes[i].id.indexOf("aswift") == 0)
- {
- //alert(iframes[i].id);
- var _src = iframes[i].contentWindow.document.body.getElementsByTagName("iframe")[0].src;
- alert(_src);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment