Results 1 to 5 of 5

Thread: error: ...is null or not an obect

  1. #1
    Join Date
    Feb 2008
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default done

    error was corrected
    Last edited by MonteChristo; 03-17-2008 at 01:01 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Its null...
    Code:
    <SELECT id="SubCat" NAME="SubCat" onChange="SelectSubCat2();" style="margin-bottom: 5px; width:180px" >
    <Option value="">COUNTRY SELECT</option>
    </SELECT>
    Should be switched to:
    Code:
    <SELECT id="SubCat" NAME="SubCat" onChange="SelectSubCat2();" style="margin-bottom: 5px; width:180px" >
    <Option value="a">COUNTRY SELECT</option>
    </SELECT>
    Jeremy | jfein.net

  3. #3
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Ok, if it doesn't you'll need to give every other one a value.
    Jeremy | jfein.net

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Hmm.. I can't help you with this one, try searching that error on google.
    Jeremy | jfein.net

  5. #5
    Join Date
    Feb 2007
    Location
    England
    Posts
    254
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default

    No problems here. When does it occur?

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
  •