2011-08-27 3 views
0

iframe에서 모든 이벤트를 캡처하고 iframe에 어떤 이벤트가 발생하는지 다른 이벤트에 동일한 이벤트를 실행하고 싶습니다. 어떻게해야합니까? 나에게 길을 보여줘.iframe에서 다른 iframe으로 모든 이벤트를 캡처하는 방법

여기에 내 iframe이 있습니다. Same Origin Policy 당신에게 외부 iframe을에 대한 모든 액세스를 거부하기 때문에

<table border="1" width="100%" height="100%"> 
    <tr> 
    <th><iframe width="100%" height="100%"src="http://google.com"></iframe></th> 
    <th><iframe width="100%" height="100%"src="http://google.com"></iframe></th> 
    </tr> 

</table> 
+0

외부 콘텐츠를 iframe에로드하는 경우 가능하지 않다고 생각합니다. – Rafay

답변

0

당신은이 작업을 수행 할 수 없습니다.

관련 문제