Need help please! Site AJAX works in IE not in Firefox.

Discussion in 'JavaScript' started by GeorgeB., May 18, 2006.

  1. #1
    My site: www.onlyriddles.com

    The problem occurs when I click on the "Answer" button. I should also mention that it worked a few days ago before I move it to a new server.

    Basically it works in IE but it does still show an error indicator at the bottom of the browser. Here's what the error shows when I click on details:
    Of course I'm not sure which file line 53 is contained in.

    In FireFox I just get the "Problem retrieving data - Contact " alert message (as shown in the script below).

    Here's my javascript.js file:

    Any help is greatly appreciated. :D
     
    GeorgeB., May 18, 2006 IP
  2. GeorgeB.

    GeorgeB. Notable Member

    Messages:
    5,695
    Likes Received:
    288
    Best Answers:
    0
    Trophy Points:
    280
    #2
    Anybody? :(
     
    GeorgeB., May 19, 2006 IP
  3. discoverclips

    discoverclips Peon

    Messages:
    491
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #3
    cooks = get_object('cooks');
    cooksval = cooks.innerHTML;

    I think javascript does not find the id cooks and is therefor
    unable to fill cooksval with innerhtml
    > cooksval = document.getElementById("cooks").innerHTML

    I tried to look for the problem, but the code seems ok..
     
    discoverclips, May 19, 2006 IP
  4. GeorgeB.

    GeorgeB. Notable Member

    Messages:
    5,695
    Likes Received:
    288
    Best Answers:
    0
    Trophy Points:
    280
    #4
    Yeah and the problem is that it worked on my old server. So what could possibly be different on a server that would affect javascript??

    I set permissions to 755 and everything.
     
    GeorgeB., May 19, 2006 IP
  5. GeorgeB.

    GeorgeB. Notable Member

    Messages:
    5,695
    Likes Received:
    288
    Best Answers:
    0
    Trophy Points:
    280
    #5
    Now offering $25 PayPal to whomever can fix this problem.
     
    GeorgeB., May 19, 2006 IP
  6. GeorgeB.

    GeorgeB. Notable Member

    Messages:
    5,695
    Likes Received:
    288
    Best Answers:
    0
    Trophy Points:
    280
    #6
    Fixed, thanks everyone.
     
    GeorgeB., May 19, 2006 IP