Results 1 to 2 of 2

Thread: Link targets for Ajax advanced RSS ticker

  1. #1
    Join Date
    Jul 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Link targets for Ajax advanced RSS ticker

    1) Script Title: Advanced Ajax RSS ticker script

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

    3) Describe problem: I want to be able to give a target to the link, so if you click on an item in the ticker it doesn't open on top of itself, or so that you could send it to a frame or a blank page. How would you do that?

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

    Default

    Sure, inside rssticker.js, find the line:

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

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
  •