TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
hari babu
NA
121
8.1k
print google map
May 26 2014 2:54 AM
i am try to draw a line in google map,after drawing i want to print that map,but i can't print that map.
i am using this coding but it not print the map other contents only printed
function print() {
var contents = window.opener.document.getElementById("map-canvas");
document.write(contents.innerHTML);
window.print();
}
google.maps.event.addDomListener(window, 'load', initialize);
in this line is load the map and draw the line,so how to print this map with markers and polylines
Reply
Answers (
1
)
need to show the company name with animated effect in html
javascript