Raymundo wrote:
This is what I have coded/modified so far.
http://freightbywaterdatabase.org/testmap.html
You are calling var mb = document.getElementById in the head before the page loads so that the variable mb is not defined because the Element has become real yet...


make a global
var mb;

then right after the GMap is created... mb=document.getElementById
No virus found in this outgoing message.
Checked by AVG - www.avg.com
Version: 8.0.238 / Virus Database: 270.12.4/2077 - Release Date: 04/23/09 
19:21:00

Reply via email to