确定 PeopleSoft URL
确定当前组件的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能最好使用生成函数之一构建 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