2010-04-09 3 views

답변

1

링크가 IFrame에서 URL을로드하려면 thickbox에 알려야합니다. 두꺼운 상자는 'TB_'다음에 오는 URL의 모든 부분을 제거합니다.

<div id="buttons"> 
    <a href="/files/templates/extranet/login_uk.htmlTB_iframe=true&width=400&height=220" class="login thickbox" title="Login her"> 
     Login 
    </a> 
</div> 

자세한 내용은 thickbox docs을 참조하십시오.

+0

그래, 그건 iframe 콘텐츠입니다. 하지만 AJAX 콘텐츠 메서드를 사용하고 있었지만 파이어 폭스에서 제대로 작동하지 않습니다. – Dammark