Javascript on page not rendering

Discussion in 'JavaScript' started by dbl07dee, Nov 13, 2007.

  1. #1
    I have placed the script as supplied on my page that is supposed to render some widgets,
    For some unknown reason, the widgets are not rendering except for the title


    Any suggestions would be appreciated

    thanks
     
    dbl07dee, Nov 13, 2007 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    We need an example, or URL to check :D
     
    ajsa52, Nov 13, 2007 IP
  3. dbl07dee

    dbl07dee Member

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    the url of the page noted:

    eConsumersearch.com/interstitial/webfreebies.html
     
    dbl07dee, Nov 13, 2007 IP
  4. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #4
    Look at javascript errors on console and you'll find this:
    "missing ) after argument list" on line 32
     
    ajsa52, Nov 13, 2007 IP
  5. TechEvangelist

    TechEvangelist Guest

    Messages:
    919
    Likes Received:
    140
    Best Answers:
    0
    Trophy Points:
    133
    #5
    ajsa52 is referring to the JavaScript Error Console on the Tools menu in FireFox. It tells you exactly where the error is occurring.
     
    TechEvangelist, Nov 13, 2007 IP
    Will.Spencer likes this.