Hallo!
Ich habe auf meiner Kontakt-Seite eine Google-Map eingebunden...Anzeige passt...
Allerdings wenn ich über die Syndication "PDF erzeugen" klickt, dann erscheint im PDF folgender Code:
Wie kann ich den bei der PDF-Erzeugung "ausschalten"?Code:function gmap1_initialize() { var gmap1_Options = { zoom: 15 , center: new google.maps.LatLng(48.2046854,16.3554502) , mapTypeId: google.maps.MapTypeId.ROADMAP , draggable: true , disableDoubleClickZoom: true , scrollwheel: true , mapTypeControl: true , mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU , position: google.maps.ControlPosition.TOP_RIGHT , mapTypeIds: [ google.maps.MapTypeId.ROADMAP ] } , overviewMapControl: false , streetViewControl: false , rotateControl: false , panControl: true , panControlOptions: { position: google.maps.ControlPosition.TOP_LEFT } , zoomControl: true , zoomControlOptions: { style: google.maps.ZoomControlStyle.DEFAULT, position: google.maps.ControlPosition.TOP_LEFT } , scaleControl: true , scaleControlOptions: { position:google.maps.ControlPosition.BOTTOM_LEFT } }; var gmap1 = new google.maps.Map(document.getElementById("dlh_googlemap_1"), gmap1_Options); var gmap1_0_marker = new google.maps.Marker({ position: new google.maps.LatLng(48.2046854,16.3554502) , map: gmap1 , title:" " , zIndex: 1 }); var gmap1_0_infowindow = new google.maps.InfoWindow({ position: new google.maps.LatLng(48.2046854,16.3554502), pixelOffset: new google.maps.Size(0,-40), content: ' Kirchberggasse 33-35 1070 Wien ' }); google.maps.event.addListener(gmap1_0_marker, 'click', function() { gmap1_0_infowindow.open(gmap1); }); gmap1_0_infowindow.open(gmap1); if(window.gmap1_dynmap){ gmap1_dynmap(gmap1); } } if(window.addEvent) { window.addEvent('domready', function() { gmap1_initialize(); }); } else if(typeof jQuery == "function") { jQuery(document).ready(function(){ gmap1_initialize(); }); } else { window.setTimeout("gmap1_initialize()", 500); }
Danke und lG

 
			
 
			
			 Verwendung von Syndication "PDF"
 Verwendung von Syndication "PDF"
				 
					
					
					
						 Zitieren
Zitieren