确定 PeopleSoft URL

发布于 2024-11-17 17:08:49 字数 150 浏览 5 评论 0原文

确定当前组件的 URL 的最简单方法是什么?

我需要做的是获取当前 URL 并将最后一部分更改为不同的 组件,我将其存储在 URL 定义中。这个新的 URL 将通过 发送电子邮件至另一个 OPRID。

但目前无法确定当前 URL。

谢谢

What is the simpliest way to determine the URL of the current component?

What I need to do is take the current URL and change the last part to be a different
component, which I am storing in a URL definition. This new URL will be sent thru
email to another OPRID.

But currently am unable to determine the current URL.

Thanks

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

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

发布评论

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

评论(1

岁月打碎记忆 2024-11-24 17:08:49

您可能最好使用生成函数之一构建 URL:

http://download.oracle.com/docs/cd/E18083_01/pt851pbr0/eng/psbooks/tpcr/book.htm?File=tpcr/htm/tpcr22.htm#H3019

使用类似 <一个href="http://download.oracle.com/docs/cd/E18083_01/pt851pbr0/eng/psbooks/tpcl/chapter.htm?File=tpcl/htm/tpcl02.htm#g037ee99c9453fb39_ef90c_10c791ddc07__3d7a" rel="nofollow noreferrer">GenerateComponentPortalURL 可能比将不同部分子串在一起更好。

Duncan

编辑:如果您可以插入一些 JavaScript,strCurrUrl 也会为您提供当前 URL

You might be better building the URL using one of the Generate Functions:

http://download.oracle.com/docs/cd/E18083_01/pt851pbr0/eng/psbooks/tpcr/book.htm?File=tpcr/htm/tpcr22.htm#H3019

Using something like GenerateComponentPortalURL might be better than sub-stringing the different parts together.

Duncan

Edit: Also strCurrUrl gives you the current URL if you can insert some JavaScript

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