- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2021 09:37 AM
Hi,
I am setting up a category in our service catalog called Useful Links that will have links various sites for work. However clicking on the link trys to open the site inside of the ServiceNow frame causing the 'refused to connect' error. If I right click and open in new tab/window it works properly. Is there a way to change this functionality to not open up inside the ServiceNow frame. Same thing happens if I open the actual catalog item and click the link. Any help on this would be really appreciated. Also if there is a better way to setup a form of useful links inside of a service catalog I would appreciate the ideas.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2021 09:44 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2021 09:43 AM
try now.
<p><a href="https://google.com" target="_blank" rel="noopener noreferrer nofollow">Google</a></p>
it working, i tested it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2021 09:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2021 09:50 AM
I was trying to add the 'target=_blank' in the Item Details tab not utilizing the source code button and it wasn't working. This did the trick, Thanks!