我正在尝试在html页面的iframe中显示word文档。 Word文档存储在共享点中。 我已经写了类似下面的代码:
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=https://example.sharepoint.com/:w:/r/sites/pathToDoc' width='100%' height='100%' frameborder='0'>This is an embedded <a target='_blank' href='http://office.com'>Microsoft Office</a> document, powered by <a target='_blank' href='http://office.com/webapps'>Office Online</a>.</iframe>
iframe为空白,如下所示:
有人可以帮助我在iframe中还是在新的浏览器标签中在Word Online中显示文档?