you are not authorized to view this page, iframe error

afhtplubuz

New Member
I am trying to load a page of other domain say "example1.com/page1" on my site using a iframe on "mydomain/page2". It was working fine few days back but now it shows a access denied error in iframe.Here is the code that is added to example1.com/page1\[code\]<script type="text/javascript"> function checkParent(){ if (window.top !== window.self) { window.location='accessDenied.jsp'; } }</script><script type="text/javascript"> if (window.top !== window.self) { window.location='accessDenied.jsp'; }</script>\[/code\]Is there any way to display example1.com/page1 correctly on mydomain/page2.
 
Back
Top