Your functions fromhere() and tohere() are nested inside the function initialize(), which means that they no longer exist when initialize() finishes executing. Move them outside.
This is basic javascript, and not a Google Maps API question. -- Marcelo - http://maps.forum.nu -- On Dec 2, 9:35 am, paul <[email protected]> wrote: > I am desperately trying to figure out why my directions to here links > aren't working, can anyone suggest what I am missing or have done > wrong? > > Here is my test map-http://94studios.com/5/test2.html > > 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.
