Window.Open (IE vs Chrome) Issues
Posted: Fri Sep 25, 2020 9:51 am
Hello,
We are currently having an issue with a window.open command we are using, along with the parameters passed to our CL using Profound's parameters on the Atrium. Here is the code below:
var BOMInquiry = pui.get("T1_ViewLink." + row);
window.open(BOMInquiry,"_blank");
When using Internet Explorer, the code works, and generates the following link:
http://mcgas400:8080/profoundui/auth/st ... p1=P00075P 202001Q&l1=256
When using any other browser (Chrome, Firefox, Edge), this is the link that is generated, it's applying %20's for the spaces...
http://mcgas400:8080/profoundui/auth/st ... 01Q&l1=256
The link generated by Chrome, Firefox or Edge crashes the program and we get a point error, see the screen shot attached.
Any ideas why this is happening? Being that Internet Explorer end of life is next year, would like to figure out what we can do for this going forward.
Thanks!
Mike
We are currently having an issue with a window.open command we are using, along with the parameters passed to our CL using Profound's parameters on the Atrium. Here is the code below:
var BOMInquiry = pui.get("T1_ViewLink." + row);
window.open(BOMInquiry,"_blank");
When using Internet Explorer, the code works, and generates the following link:
http://mcgas400:8080/profoundui/auth/st ... p1=P00075P 202001Q&l1=256
When using any other browser (Chrome, Firefox, Edge), this is the link that is generated, it's applying %20's for the spaces...
http://mcgas400:8080/profoundui/auth/st ... 01Q&l1=256
The link generated by Chrome, Firefox or Edge crashes the program and we get a point error, see the screen shot attached.
Any ideas why this is happening? Being that Internet Explorer end of life is next year, would like to figure out what we can do for this going forward.
Thanks!
Mike