View Full Version : error: ...is null or not an obect
MonteChristo
03-12-2008, 05:57 PM
error was corrected
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>
Ok, if it doesn't you'll need to give every other one a value.
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?
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.