Question
HCL Technologies
NL
Last activity: 21 Apr 2017 8:06 EDT
How to Open URL in Window without converting '#' to '%23' and '/' to '%2F' present in the URL?
I am trying to open the below url saved in a clipboard property 'MapURL' using the action set on click Open URL in Window
On clicking the link the url in the address bar of the browser changes as shown below
***Updated by moderator: Lochan to add Categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
IN
Pegasystems Inc.
DE
We are having the same problem with ";" being converted to "%3B" and "+" being converted to "%2B". There is a Support Article, which mentions this problem and a possible solution, however the solution seems not to work for me:
https://community.pega.com/support/support-articles/open-new-window-feature-not-working-expected
Pegasystems Inc.
IN
I can see using window.open as the only work around unless someone has a better idea
Pegasystems Inc.
DE
Yeah, I fixed it for now with a custom-HTML control with this line:
<a href="<pega:reference name="param.urlToBeUsed"/>" target="_blank"><pega:reference name="param.name"/></a>
It is not the best way to do it, but it seems the only one for now.
Accepted Solution
Pegasystems Inc.
IN
HCL Technologies
NL
Thanks Pankaj
Pegasystems Inc.
DE
Thank you very much Pankaj! This works even better! Where does this script come from? Is there a place where I can lookup the parameterization?
Updated: 14 Oct 2015 10:41 EDT
Pegasystems Inc.
IN