Sharepoint Designer 2007:在链接上添加服务器名称

发布于 2024-10-30 17:35:10 字数 212 浏览 2 评论 0原文

当我使用 Sharepoint Designer 2007 并创建对 Sharepoint 2007 Standard Server 上某些内容的链接或图片引用时,并且我使用斜杠 (/) 来指示根目录,SharePoint Designer 会自动将服务器名称添加到它(完整的 URL)。是否有选项或其他方法可以阻止它这样做?

有时,某些链接具有实际的服务器名称,而其他链接则具有备用公共名称。

When I use Sharepoint Designer 2007 and create a link or a picture reference to something on the Sharepoint 2007 Standard Server, and I had used the slash (/) to indicate root, SharePoint Designer automatically adds the server name in the beginigng to the left of it (The complete URL). Is there an option or something to stop it from doing this?

Sometimes some links have the actual server name and others the alternate public name.

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

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

发布评论

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

评论(1

幸福还没到 2024-11-06 17:35:10

我以前见过这种情况,最简单的解决方法是使用 Javascript。您可以将链接设置为类似以下内容:

javascript:window.location='/Lists/SomeList/AllItems.aspx'

因此在链接中,它看起来像这样:

<a href="javascript:window.location='/Lists/SomeList/AllItems.aspx'">Wowee</a>

I've seen this before, and the easiest workaround is to use Javascript. You can set your link to something like:

javascript:window.location='/Lists/SomeList/AllItems.aspx'

So in a link it would look like this:

<a href="javascript:window.location='/Lists/SomeList/AllItems.aspx'">Wowee</a>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文