Hi All, I have a page developed in coldfusion for rendering google maps. I want to provide a print option to print this page. Is there any best way to do this Regards Buvana
Try grabbing your page as a PDF or Flashpaper and see if it renders correctly. If it does, you can just print from there.
Hi , I have added the print option for google maps by grapping the entire page using javascript code var printcontent=document.getElementById('map'); created a window and display the innner html of the printcontent but my problem is when i grap the page the Gmaptype controls are also grapped. I dont want these controls when i print.How can i may it hide before printing.