On Jan 20, 10:36 am, Gary <[email protected]> wrote: > I've changed it back to what it was: > document.getElementById("side_bar").innerHTML = html; > > ...still no joy.
That's because you have two elements called "side_bar" and they are *both* commented out. So the browser can't find either of them in order to set the innerHTML property. Andrew PS: Another bit of Mike's wisdom is "Java is to JavaScript as to grape is to grapefruit". Java definitely isn't JavaScript; the JavaScript name was a marketing triumph and a nightmare for support personnel like us.
-- 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.
