Another Error Mesage!

Discussion in 'JavaScript' started by hostydotnet, Feb 26, 2008.

  1. #1
    OK guys, here's another one I can't figure out...

    Line: 9
    Char: 1
    Error: Object doesn't support this property or method
    Code: 0


    :) thanks
     
    hostydotnet, Feb 26, 2008 IP
  2. LogicFlux

    LogicFlux Peon

    Messages:
    2,925
    Likes Received:
    102
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That is a pretty clear error message. Usually when you try something like objectname.foo or objectname.foo() and objectname doesn't have a foo.
     
    LogicFlux, Feb 26, 2008 IP
    guerilla and Ibn Juferi like this.