如何在sharepoint 2003中嵌入外部html页面

时间:2015-11-18 08:16:57

标签: sharepoint sharepoint-2013 sharepoint-2007 sharepoint-designer sharepoint-workflow

我是这个共享点的新手,我们正在使用2003版本,我们希望在sharepoint 2003中嵌入一个外部html页面。(只需将一个外部html页面带到sharepoint中)

1 个答案:

答案 0 :(得分:0)

如果您正在使用SharePoint Designer,则可以将页面查看器Web部件添加到要显示外部内容的页面区域。

https://support.office.com/en-us/article/Page-Viewer-Web-Part-e364436c-0ec4-4819-acac-1982b3525531

或者,如果您正在编辑HTML, 可以

使用

<iFrame src="<URL to external content>" />.