Is there a way to have a new tab open when clicking a URL in a Service Portal Icon Link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2020 10:16 AM
Hi guys,
I am using an Icon Link in a portal. I have it configured as a URL with https\ xxxxx filled in. I just want to get it to open up to another tab or page. I dont see that option here, any thoughts?
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2020 06:08 AM
Hi Prateek
I have seen this article as well but I can't figure out the last part. How do I add the HTML Source code , I just can't find that part of the widget shown in the picture.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 02:44 AM
I was looking for a topic with regard to a link opening in a tab in general. Inserting:
target="_blank"
after the "href="https://<insert link>" works.
So it looks like:
href="https://<insert link>" target="_blank"