I am trying to get a div from within an iframe and print it on my page. Any Ideas ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
You could more simply write:
and the first valid inner doc will be returned. Once you get the inner doc, you can just access its internals the same way as you would access any element on your current page. ( Make sure that the iframe is on the same domain, otherwise you can't get access to its internals. That would be cross-site scripting. |
|||||||||||||||||
|
protected by Community♦ Nov 26 '12 at 8:03
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.