Results 1 to 6 of 6

Thread: Help with gAjax RSS Feeds Displayer (hosted)

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

    Default Help with gAjax RSS Feeds Displayer (hosted)

    Hello

    I need some help with this script:
    http://www.dynamicdrive.com/dynamici...sdisplayer.htm

    I am using it to create at news site where a bunch of feeds is available.

    It seems to be very slow today. Get a lot of popup errors.
    How do I turn those popup error messages of?

    When I press OK at the message, the feeds seems to work allright.

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

    Default

    Do you have any other JavaScript(s) running on the same page? I wouldn't be surprised if the popup errors are from another script, since you say after clicking "ok", the gAjax Displayer script works.

  3. #3
    Join Date
    Oct 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Only Google Adsense and Google Analytics.

    I have a testsite her: http://www.stokerklubben.dk/rss/index.shtml
    It is in Danish, but use the top menu to navigate.
    Last edited by UlrikC; 01-24-2008 at 07:25 AM.

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

    Default

    Looking at http://www.stokerklubben.dk/rss/indland.shtml for example in both FF and IE7, the feeds seem to load quickly for me, with no JS errors thrown. Could have been something temporary.

  5. #5
    Join Date
    Oct 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, I also think it was temporary. I could see that it took some time to load from google.com.
    However I would still like to remove the popup error message. I don't need it.
    How do I do that?

  6. #6
    Join Date
    Oct 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I found the solution for this.
    If You want to remove the Alert, Find and delete this:
    Code:
    if (thisfeed=="") //if error has occured fetching feed
          alert("Google Feed API Error: "+result.error.message)

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
  •