在 sharepoint web 部件中嵌入页面

发布于 2024-09-18 13:37:48 字数 298 浏览 4 评论 0原文

我需要在 sharepoint 2010 中创建 Web 部件,这将允许我从特定 URL 查看页面。

IE 我想从此网络部件查看 http://google.com实现这一目标的最简单方法是什么?我对 Sharepoint 开发完全是新手,我刚刚下载了 SDK 并观看了一些有关创建 Web 部件的截屏视频。我还想在一页上放置一些这样的 Web 部件。

也许还有比创建 Web 部件更好的方法?

I need to create webpart in sharepoint 2010 which will allow me to view page from specific URL.

I.E. I'd like to view http://google.com from this webpart. What's the simpliest way to accomplish that ? I'm totally novice to Sharepoint developement, I've just downloaded SDK and watched some screencasts about creating webparts. Also I'd like to have few of this webparts on one page.

Maybe there is another and better way than creating a webpart ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吝吻 2024-09-25 13:37:48

最简单的方法是使用 页面查看器 Web 部件。实际上,它在页面中嵌入了一个 IFRAME。

The easiest way is to use the Page Viewer Webpart. It embeds an IFRAME in the page, actually.

浪漫人生路 2024-09-25 13:37:48

也许还有比在 IFrame 中显示外部页面更好的方法。通常类似这样的事情就可以:

This is not actually google, and eventhough we would love to actually be google
<a href="http://google.com" target="_blank">this link</a> will have to do for now

或者,如果您真的想显示来自外部合作伙伴的数据,则应该考虑通过 Web 服务检索数据。

Maybe there is another and better way than showing external pages in an IFrame. Usually something like this will do:

This is not actually google, and eventhough we would love to actually be google
<a href="http://google.com" target="_blank">this link</a> will have to do for now

Or if you are serious about displaying data from external partners, you should consider retrieving data through web-services.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文