Hi How about var myLatlng = new google.maps.Latlng(50.391652,5.932534); instead of var myLatlng = new google.maps.LatLng(50.391652,5.932534);
Regards Davie On Jan 20, 6:53 pm, Frank Natoli <[email protected]> wrote: > Attempting to convert Google Maps HTM code to XHTML. Find that JavaScript > stops executing at the following statement: > > var myLatlng = new google.maps.LatLng(50.391652,5.932534); > > Placed an "alert" before and after the JavaScript statement. See first > alert; dont' see second alert. Comment-out the above statement, then do see > second alert. What could be objectionable about the above statement to > XHTML? -- 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.
