2016-06-17 3 views
0

첨부 파일을 iframe에 표시하고 싶지만 마스터 페이지에 <WebPartPages:AllowFraming runat:"server"/>을 추가했지만 작동하지 않습니다. 문제에 접근하는 방법에 대한 제안 사항이 있습니까?첨부 파일을 iframe에 표시하는 방법

답변

0

첨부 파일의 전체 경로를 사용해보세요.

<ac:structured-macro ac:name="html"><ac:plain-text-body><![CDATA[<iframe src="http://YOURDOMAIN/path_to_file" noborder="0" width="830" height="800" scrolling="yes" seamless></iframe>]]></ac:plain-text-body></ac:structured-macro> 

도움이되기를 바랍니다