Knowledge article URLS opening in "New Window" as "Default"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 11:31 AM
Hi Knowledge Managers!
My question is...does anyone have code to redirect URLS/hyperlinks typed with the article body to "default" the "Target" to open in a "New Window"? The current Default is "None" and we've had issues across different browsers and operating systems with URLS NOT opening and simply redirecting to a ServiceNow Home page!
Thanks!
Steph
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 10:47 AM
Thanks @Aman Kumar S. I am curious though if there is a way to set the default target for already published article to new window (_blank) without updating/republishing the article?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 03:31 AM
This doesn't work in Tokyo version.. any idea about this anyone??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 09:07 AM
Do you know of a solution to this for TinyMCE v5?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 11:39 AM
Hi,
Try this
var url3 = '/kb_view.do?sysparm_article=KB0010899';
g_navigation.open(url3,'_blank');
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 12:00 PM
Hello Yousaf! Thanks so much for your reply and I'll look into this with our Developers.