>I should also make clear...I would be opening this new window from the
>"sidebar" via the "add to Route" text
Try this
Edit this function
function myroute(i){
route_table = '<div>For sure ' + gmarkers[i].myname + ' For sure</div>';
newwindow=window.open('','new','height=200,width=150');
newwindow.document.write(route_table);
}
Add this to the createMarker function
marker.myname = name;
and edit this
onclick="return myroute(' + (gmarkers.length-1) + ')">
Ralph
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---