Here's the new code, with the real API key in place of "mykey" below. Is the "&" that follows not valid? I still hit checkpoint 1 but not checkpoint 2. Sorry, don't know how to provide a link, don't have a website. Thanks.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Stavelot, Tiger 222</title> <link href="default.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src=" http://maps.googleapis.com/maps/api/js?key=mykey&sensor=false"> </script> <script type="text/javascript"> function initialize() { // South side of Ambleve Bridge, Stavelot alert("checkpoint1"); var myLatlng = new google.maps.LatLng(50.391652,5.932534); alert("checkpoint2"); -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/tCQyI91_etsJ. 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.
