On Apr 6, 1:09 am, Andy Newby <[email protected]> wrote:
> Hi guys,
>
> I had the new version 3 API working fine on this page the other
> day:
>
> http://www.campingholiday.org/cgi-bin/links/page.cgi?t=english;g=Deta...
>
> (part way down the page - where you  see the "services" section).
> However, now its just showing a grey box, with the logo!
>
> Anyone got any ideas?

Check your javascript errors:
jquery-1.3.2.min.js Failed to load resource: the server responded with
a status of 404 (Not Found)
slide.js:1          Uncaught ReferenceError: $ is not defined
faves_ajax_fr.js:72 Uncaught ReferenceError: $ is not defined

  -- Larry

> The code is very simple:
>
> <script>
>   function initialize() {
>     var latlng = new google.maps.LatLng(<%Latitude%>, <%Longitude%>);
>     var myOptions = {
>       zoom: 7,
>       center: latlng,
>       mapTypeId: google.maps.MapTypeId.ROADMAP
>     };
>     var map = new google.maps.Map(document.getElementById("map"),
> myOptions);
>
> }
>
> </script>
>
> ..and then this in the <body>
>
>                                     <div id="map" style="width: 445px;
> height: 250px;"></div>
>
> I've been debugging this for ages, but can't seem to work out what the hell
> is going on :/
>
> TIA!
>
> Andy

-- 
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.

Reply via email to