Links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • macross_gb
    Junior Member
    • Apr 2018
    • 18

    Links

    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
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    in description field (text type) you can type [link](https://wisdom.company.com/pages/vie...ageId=40955522), but the link will open in the same tab
    on wysiwyg type field you can set html in code view mode

    Comment

    • macross_gb
      Junior Member
      • Apr 2018
      • 18

      #3
      Thanks Tanya.

      Comment

      Working...