I have a map where I have multiple pushpins, and would like the infobox to support HTML content. I'm using the native infobox class, and while I have used a custom infobox, as many have suggested, I'd like to figure this one out.
The code is at: http://brickenandassociates.com/bm.php
Its not compressed or encoded, so you can just view the source.
at line 84, the options for the Infobox are set. In the description, I've tried setting a var , but am missing the syntax somewhere. Something like this :
var ibDescription = document.getElementById('ibDescription'); ibDescription.innerHTML = e.target.description;
Any guidance would be most appreciated !