Results 1 to 3 of 3

Thread: How can I get the Links opened in a new window?

  1. #1
    Join Date
    Aug 2004
    Posts
    4

    Default How can I get the Links opened in a new window?

    I the search I found only an old thread, and it doesn't work.

    Thanks,

    Tom

  2. #2
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    try editing the rows.html file and adding a target="_blank" to the HREF tag
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  3. #3
    Join Date
    Sep 2004
    Posts
    162

    Default

    To add detail to what esm said: The code in 3.2 should look like this with the added target:

    <a href="go.php?id=<%link_id%>" target="_blank"
    onmouseout="window.status=''; return true;"
    onmouseover="window.status='<%url%>'; return true;">
    <%title%>
    </a>

Similar Threads

  1. Moving from G-T Links 2
    By esm in forum Pre-Sales Questions
    Replies: 14
    Last Post: 05-30-2005, 04:26 PM
  2. Tading links data
    By aladdin1 in forum v5.x
    Replies: 0
    Last Post: 08-11-2004, 06:19 PM
  3. Delete 800 links one at a time ?
    By killipso in forum v5.x
    Replies: 2
    Last Post: 01-26-2004, 10:55 AM
  4. INDEXU FEATURES
    By Hart_House in forum Pre-Sales Questions
    Replies: 13
    Last Post: 06-30-2003, 11:57 AM
  5. Special Import of GT links
    By esm in forum v5.x
    Replies: 4
    Last Post: 05-21-2003, 05:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •