Javascript and newer browsers issue, is it working?

Discussion in 'JavaScript' started by Beefandy, Jun 9, 2012.

  1. #1
    Hi, I find that the javascript captcha popup here: planetcreation.co.uk/createpic works on Chrome but when I tested it with the new Firefox and IE it did not seem to work for me. I tested it on an another PC with older versions and it was ok

    The part I am talking about is when you hit the large 'email' button after entering an email, it should throw up a captcha image which slides across screen.

    Any ideas, does it work for you? If so why would a newer version make a difference

    Thanks
     
    Beefandy, Jun 9, 2012 IP
  2. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #2
    Fortunately, both IE and Firefox have got developers tools to troubleshoot this kind of problems.

    IE throws this error:
    
    
    SCRIPT5007: Unable to get value of the property 'SetReturnValue': object is null or undefined 
    createpic, line 1 character 153
    
    Code (markup):
    The site works just fine for me in the latest version of FF
     
    ssmm987, Jun 13, 2012 IP
  3. Beefandy

    Beefandy Active Member

    Messages:
    773
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    90
    #3
    OK, thanks...

    It works fin for me in Chrome Firefox and IE, but the older Internet Explorer version, wonder why the new one is giving an error?

    Any ideas to fix it?

    Thanks
     
    Beefandy, Jun 13, 2012 IP
  4. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #4
    Unfortunately, the line referred to in the error, isn't the line causing the error somehow. Can you use ctr-f to search for "SetReturnValue"?

    By the way, why don't you use the <html> tag? It's a long shot, but these kind of things kan cause errors in IE
     
    ssmm987, Jun 14, 2012 IP