target="_blank"

Out of context: Reply #19

  • Started
  • Last post
  • 29 Responses
  • heavyt0

    but i think that internal links need to opne in the main window. Only links out need to be in a new window.
    Therefore you will need to search the strings to see if they start with your base URL, if not make target blank.
    i would probably do it is an ext loaded javascript.
    has to search for indexOf 'href' and then find instances the base URL and then find the indexOf 'target=' and set taht to blank.

    TR1

View thread