PDA

View Full Version : error: ...is null or not an obect




MonteChristo
03-12-2008, 05:57 PM
error was corrected

Nile
03-13-2008, 12:37 AM
Its null...

<SELECT id="SubCat" NAME="SubCat" onChange="SelectSubCat2();" style="margin-bottom: 5px; width:180px" >
<Option value="">COUNTRY SELECT</option>
</SELECT>

Should be switched to:

<SELECT id="SubCat" NAME="SubCat" onChange="SelectSubCat2();" style="margin-bottom: 5px; width:180px" >
<Option value="a">COUNTRY SELECT</option>
</SELECT>

Nile
03-13-2008, 03:53 PM
Ok, if it doesn't you'll need to give every other one a value.

Nile
03-13-2008, 04:15 PM
Hmm.. I can't help you with this one, try searching that error on google. ;)

Bob90
03-13-2008, 04:36 PM
No problems here. When does it occur?