Results 1 to 2 of 2

Thread: Advanced RSS ticker

  1. #1
    Join Date
    Mar 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Advanced RSS ticker

    1) Script Title: Advanced RSS Ajax Ticker Script (Ajax invocation)

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

    3) Describe problem: The ticker is working ok but then I click on a link in the feed it adds a number after the web link.

    My site : www.sksolutions.us/phpBB2

    The link from feed is

    http://www.foxnews.com/story/0,2933,260584,00.html

    But is trying to go to

    http://www.foxnews.com/story/0,2933,260584,00.html12

    Thanks


    Sean

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

    Default

    It seems you've modified the original ajaxticker.js file? Inside the .js file, find the code:

    Code:
    this.link[this.pointer]+[this.pointer]
    The correct sytnax should be:

    Code:
    this.link[this.pointer]+

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
  •