Open a external link on a new page.
Please advice me on the below issue.
When we click on a peoplesoft hyperlink it open an external link on a new page.
Now the requirement is we need to hide that external URL information so that no one can copy the url.
If I use "%Response.RedirectURL(&URL);" then it open the external URL on the same peoplesoft page .So URL information is not displayed but it is not opening on a new page.
I have an approach to acheive this
Click on the hyperlink->Transfer to the new component >write the "%Response.RedirectURL(&URL)" code on the component prebuild.It open a new page with the external link but the performance is slow.