Getting contents of iframe

2019-03-04 11:12发布

问题:

I'm trying to get the contents of an <iframe> from another page.

The other page is a different website; I'm logged into that website and I get its contents and store it in the <iframe>.

How do I get the contents of that <iframe> into the current window ?

回答1:

The short answer: you can not do it. Browsers restrict the interaction between content from different websites using the same origin policy.