2011-01-19 5 views

답변

0

document.setLocation('url');

3

당신이 iframe이 응용 프로그램을 사용하는 경우, 그 다음은 window.top.location.href = 'http://example.com';

있어 자바 스크립트와 앵커 태그 document.setLocation('http://example.com');

있어 :

<a href="http://example.com" target="_top">Link text</a> 

브라우저의 주소 표시 줄 변경에 신경 쓰지 않고 iframe 만 리디렉션하는 경우 그러면 표준 링크와 자바 스크립트를 사용할 수 있습니다.

관련 문제