On Jun 22, 1:16 pm, TheDeal56 <[email protected]> wrote: > I have tried to adapt the method from the link you posted, and it works > (sort of). I was wondering if you wouldn't mind taking a look at the > error that I'm getting when you click on the checkbox at the bottom of > my map.
The error I get is: Line: 189 Char: 2 Error: 'document.getElementById(...)' is null or not an object document.getElementById(category+"box").checked = true; <input id="showrec" type="checkbox" onclick="boxclick(this,'1')" name="test"> The "name" needs to be category + "box" -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
