Just trying to dig the varible or array or propertie out of the DOM and affect through javascript.
and document.getElementById(exml0CB); came up undefined as well.... where and how can I set the check boxes once the KML is already parsed through javascript. Are there examples anywhere? Thanks... not trying to be silly with IE... stopped using it per your tip... On Dec 28, 11:13 am, Rossko <[email protected]> wrote: > >I use exml0CB.checked = false; > > Is exml0CB just some javascript variable, or has it been assigned to a > DOM element which has a checkbox property? (using > document.getElementById(), .createElement() or similar) There is no > automatic correspondence between javascript > var fred; > and HTML > <div id='fred'> > outside of IE6 silliness anyway. -- 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.
