I'm in need of having to integrate this javascript command

<a href="javascript:map.setCenter(new GLatLng(newLat, newLng))">...</
a>

into a link on a web page.  The current code, when moused-over, just
shows:

javascript:map.setCenter(new%20GLatLng(33.7545,%20-84.3897))

I need it to show something like (and I know this is wrong but this is
what I'm trying to correct"

www.domainname.com/link/then/javascript:map.setCenter(new%20GLatLng(33.7545,%20-84.3897))

or something like that so that clicking this will indeed move the map
center over.

Is this even possible?


thanks in advance
--~--~---------~--~----~------------~-------~--~----~
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