View Full Version : error: ...is null or not an obect
MonteChristo
03-12-2008, 04: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, 03:36 PM
No problems here. When does it occur?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.