> would you please take a look at it again,to find out where I did 
> wrong?www.http://www.vanmap.blogspot.com/<http://www.http//www.vanmap.blogspot.com/>

If I'm looking at the right webpage, your button is
    <input type="button" value="Marker" onclick="mloader();" />

but mloader expects some parameters
    function mloader(point,html){ ....

If it had some parameters, it would exit when it gets to
    return marker;
and never get to the code afterwards.

That's just as well, as that code has calls like
    var marker = createMarker(point, ....
and you don't seem to have defined any function called createMarker()

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to