Results 1 to 3 of 3

Thread: how to open link in new window with drako theme?

  1. #1
    Join Date
    Apr 2007
    Location
    Los Angeles, California
    Posts
    140

    Question how to open link in new window with drako theme?

    how to open link in new window with drako theme?

    would like the links to open alway in new window or new tab...either or.

    where in the code can that be done at? as this would be perfect to know so that people dont have to go through another page (going to the details page) to report the link as being broken.


    thanks,
    Jamesst

    "...... it's always something."

  2. #2
    Join Date
    Jun 2007
    Location
    Quebec
    Posts
    242

  3. #3
    Join Date
    Oct 2007
    Location
    UK Essex
    Posts
    591

    Default

    where in the code can that be done at? as this would be perfect to know so that people dont have to go through another page (going to the details page) to report the link as being broken.
    Im not 100% sure what you want, but if you want to open the detail listings in new windows you will want to edit the rows.html find the link you want to change i,e in this case the detail link from

    PHP Code:
    <a href="<%$site_url%>/<%$detail_page_url%>">Detail</a
    to

    PHP Code:
    <a href="<%$site_url%>/<%$detail_page_url%>"target="_blank">Detail</a
    Use this as a template to learn from for additional links in the rows.html,

    if you want to modify the broken link its located in the detail_link.html file
    ____________________________
    http://www.articleconveyer.com
    Give Your Articles Exposure



Similar Threads

  1. Make links open in new window?
    By enginerunup in forum Blocks and Modification
    Replies: 4
    Last Post: 08-31-2007, 03:30 AM
  2. Browse link need open new windows
    By teh11 in forum v5.x
    Replies: 1
    Last Post: 09-08-2005, 09:01 PM
  3. Open link in a framed window
    By ayhan in forum v3.2
    Replies: 2
    Last Post: 04-30-2004, 08:38 AM
  4. Clicked link in a customised window...
    By dulger in forum v5.x
    Replies: 1
    Last Post: 01-24-2003, 02:53 AM
  5. link open in new window
    By lovesurf in forum v5.x
    Replies: 3
    Last Post: 11-21-2001, 06:25 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
  •