使用 Liknlist Web 部件自定义导航

发布于 2024-10-12 01:29:55 字数 240 浏览 1 评论 0原文

我正在使用标准链接列表 Web 部件。我想要实现的是,在我的用户单击链接之前,将显示一个弹出式 JavaScript 警告框,表明他们将离开该域。在常规锚标记中,我会在 URL 前面加上 javascript:ShowWarning('http://www.youtube.com');。

我已经搜索了数据库中的 AllLinks 表,但没有找到要查找的链接。

这些存储在哪里或如何存储?

谢谢,

里绍

I'm using a standard link list web part. What I want to achieve is before my users click on the link a pop-up javascript warning box will display, stating that they are leaving the domain. In regular anchor tag I would preceed the URL with javascript:ShowWarning('http://www.youtube.com');.

I've search the AllLinks table in the database but did not find the links was looking for.

Where or how are these stored?

Thanks,

Risho

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

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

发布评论

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

评论(1

初懵 2024-10-19 01:29:55

首先,直接编辑 SharePoint 数据库是一个非常糟糕的主意。除非你真的非常清楚自己在做什么,否则你不应该这样做,即使这样你也可能会破坏系统。

其次,数据中所做的任何更改都会显示在编辑器中,并且我认为编辑器不支持不以“http://”开头的链接。

更好的方法是使用 jquery 在页面加载时向链接添加弹出行为。

Firstly, editing the SharePoint database directly is a really bad idea. You shouldn't do it unless you really, really know what you are doing, and even then you will probably break the system.

Secondly, any change made in the data will be what shows up in the editor, and I don't think the editor supports links that don't start with "http://".

A better approach is to use jquery to add the popup behaviour to the links when the page is loaded.

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