Skip to content Skip to sidebar Skip to footer

Change Iframe Content Css From The Caller Page Of The Iframe

Is it possible? I want an make an adaptive layout but neither CSS or JS can force the iframe content to change from the calling page. However the the iframe pages and the caller us

Solution 1:

This is only possible, if they are from the same origin. It doesn't matter if both use the same CSS or JS file. That means, both are using the same domain name, application layer protocol, and (in most browsers) port number. (Same origin policy)

If you are sure that you fullfil the above mentioned requirements, please check the following links:

Post a Comment for "Change Iframe Content Css From The Caller Page Of The Iframe"