【发布时间】:2011-04-09 18:23:26
【问题描述】:
我需要在父框架中打开我的内容编辑器 Web 部件中的链接。链接是 iframe 正在加载的页面的一部分。我正在编辑 SharePoint 网站的主页,无法向页面添加标签。这是我的代码:
<div style="overflow:hidden; width: 800; height:200; position:absolute; left:-170px; top:0px;">
<iframe src="/News/Pages/Default.aspx#OuterZoneTable" style="overflow:hidden; width:100%; height:550;" frameborder="0" marginheight="0" marginwidth="0" scrolling="no">
</iframe></div>
宽度和高度不同,因为我正在偏移页面以显示页面中的特定位置。
【问题讨论】:
标签: iframe web-parts sharepoint-2007