Results 1 to 2 of 2

Thread: Open Feeds in Targeted Frame or Window

  1. #1
    Join Date
    Jan 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Open Feeds in Targeted Frame or Window

    1) Script Title: Advanced RSS Ticker

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ajax/index.htm

    3) Describe problem:
    How can I modify this script so that I can target RSS links into a particular frame or new window? I have my ticker running in a small frame, and the links only open into that frame. Thanks.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Just find the below line in the .js file, and add to it the code in red:

    Code:
    var linktitle='<div class="rsstitle"><a href="'+this.link[this.pointer]+'" target="_new">'+this.title[this.pointer]+'</a></div>'

Bookmarks

Posting Permissions

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