This page last changed on Feb 12, 2010 by amohdaris.

By default, external links like Atlassian and Google are opened in the same window. To force them to be opened in a new window, follow these steps:

  1. Visit Administration > Custom HTML
  2. Click Edit
  3. In the At end of the HEAD field, insert this code:
    <script>
    jQuery(document).ready(function() {
        jQuery(".external-link").attr("target", "_blank");
    });
    </script>
    
  4. Hit Save
Document generated by Confluence on Mar 28, 2010 19:36