On Sep 21, 12:15 am, Lan Mind <[EMAIL PROTECTED]> wrote: > I'm sorry please in the text box type "shell" (if you type something > generic like "wharf", "dock" or "berth" your browser will seize) click > "dockhawk search" then either pick a selection on the right, or click > a marker. Next in the marker's info window you can pick the "to here" > or "from here" links to get directions results.
Just about every action (searching for "shell", clicking on a marker), destroys the directresults div that you gave to the GDirections object when you created it and creates a new (and different one). You need to either stop destroying that div or create a GDirections object with a reference to the latest one just before making the request for directions. -- Larry > On Sep 21, 12:04 am, Lan Mind <[EMAIL PROTECTED]> wrote: > > > Good evening everybody, my enter key is not responding, please bear > > with me. On my page here:http://www.dockhawk.com/ > > Whenever a new directions result is computed the textual directions > > are not being added to the indicated <div id="directresults">. The map > > is getting the polyline. In the javascript the <div > > id="directresults"> replaces itself on marker creations and > > clicks. I'm not sure why the results are not finding their way to > > the <div>, I appeciate your help, Thank you. > > javascript: http://www.dockhawk.com/javascript.js > > CSS:http://www.dockhawk.com/default.css --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
