On Sep 6, 8:00 am, Sphynx <[EMAIL PROTECTED]> wrote:
> When you enter an adress there and hit the "Los!" (Go) -Button a table
> with directions gets created below the map.
> I'd like to enter a button / icon to that created table that lets the
> user print these directions (and ONLY these directions).

Because you're using the default GDirections functionality and getting
Google to populate your text div, you can't really add anything else.
You need to dissect Google's data and create your own text in order
that you can add a button to it -- or even, so you can inject HTML
into a new window. Mike has a tutorial doing that: 
http://econym.googlepages.com/steps.htm

To print only the directions you need to use CSS with @media:print to
set every other element as not displayed.

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