Hi,

I have the same problem.

I tried this script. On my page with the map :
<a href="#" onclick="window.open ('print.html')">print</a>

and in the print.html page :

<script language="javascript">
var map = window.opener.document.getElementById("map_canvas");
document.write(map.innerHTML);
window.print();
</script>

It works with IE8 and Opera. But with FF, it only prints the Scalebar,
the TypeControlbar and the NavigationControl Bar.

Do you have an idea ?

Best regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to