我想在iframe中显示一个附件,我尝试在主页中添加 <WebPartPages:AllowFraming runat:"server"/>
,但它不起作用,您对如何解决问题有任何建议。
尝试使用完整的附件路径。
<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>
希望它有帮助