Hi
I have some users who put HTML links in the description field in an account record.
So if I inspect the link using the developer tools, I see the following code:
<a href="https://wisdom.company.com/pages/viewpage.action?pageId=4055522">https://wisdom.company.com/pages/viewpage.action?pageId=40955522</a>
What the code needs to look like to get the functionality the users have requested.
<a href="https://wisdom.company.com/pages/viewpage.action?pageId=4055522" target="_blank">Link</a>
When they open the record and click the link, the link obviously opens in the active tab and not in a NEW browser tab.
Is there a file that can be modified to change the default behaviour of a link to open in a new window rather than the active one?
Thanks
Mac
I have some users who put HTML links in the description field in an account record.
So if I inspect the link using the developer tools, I see the following code:
<a href="https://wisdom.company.com/pages/viewpage.action?pageId=4055522">https://wisdom.company.com/pages/viewpage.action?pageId=40955522</a>
What the code needs to look like to get the functionality the users have requested.
<a href="https://wisdom.company.com/pages/viewpage.action?pageId=4055522" target="_blank">Link</a>
When they open the record and click the link, the link obviously opens in the active tab and not in a NEW browser tab.
Is there a file that can be modified to change the default behaviour of a link to open in a new window rather than the active one?
Thanks
Mac
Comment