>Thanks Jim, > >This occurs in both IE and FF. > >When I tried your suggestion with just one and multiple checkboxes. In >both cases alert(typeof e.atccNum); returned object.
Yeah - my bad. It would still be an object in both cases (either an array or a checkbox object). You might try doing the same thing but use "typeof e.atccNum.checked" instead. If it's a single instance it will return (I think) "boolean" while if it's an array it will return "undefined"). Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Protect Your PC from viruses, hackers, spam and more. Buy PC-cillin with Easy Installation & Support http://www.houseoffusion.com/banners/view.cfm?bannerid=61 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:165838 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
