Global Directory
Global Directory
EXPLORE OUR SITES
London Stock Exchange Group
LSEG Data & Analytics
MyAccount
LSEG Perspectives
London Stock Exchange
FTSE Russell
LCH
Contact Us
Home
TR Internal
[JET.navigate] How to replace the current App with another App in Eikon Desktop 3.* ?
Bo Feng
Hi,
I want to redirect to another App which is used to replace the current App on Eikon 3.*.
Does anyone know how to implement the function?
As I verifed, below two methods both work well on Eikon Desktop 4.0+. But neither works on Eikon Desktop 3.* ...
[1]
JET.navigate({
name: "Internet Explorer Object",
url: "cpurl://apps.cp./Apps/AppReleaseJ",
target: "replace"
});
[2]
window.open("cpurl://apps.cp./Apps/AppReleaseJ", "_self");
Thanks,
Bo
Find more posts tagged with
eikon
jet
refinitiv-internal
Accepted answers
Bo Feng
The original issue is caused by that there are some syntax errors on IE browser. After fixing them, below code snippet works well on Eikon Desktop 3.*.
JET.navigate({
name: "Internet Explorer Object",
url: "cpurl://apps.cp./Apps/AppReleaseJ",
target: "replace"
});
All comments
Bo Feng
The original issue is caused by that there are some syntax errors on IE browser. After fixing them, below code snippet works well on Eikon Desktop 3.*.
JET.navigate({
name: "Internet Explorer Object",
url: "cpurl://apps.cp./Apps/AppReleaseJ",
target: "replace"
});
Quick Links
All Forums
Recent Questions
Terms of use
Privacy & Cookie Statement
Cookies settings
Do not sell my info
Whistleblowing
UK Bribery Act
Modern Slavery Act