Hi, could someone spare me sometime please.

I've taken the code generated by
http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm
and put it here http://www.citypubs.co.uk/citymap.html
this works in Explorer 7, Mozilla Firefox 1, Mozilla 1.7.13, NetScape
8 and Safari 3.1 but not in Opera.

My Javascript skills are weak, but I used windows.status = "debug -
got this far" to try and pin down where it's failing and it stops here
-

function cm_getJSON() {
  // Retrieve the JSON feed.
  var script = document.createElement('script');
  script.setAttribute('src', 'http://spreadsheets.google.com/feeds/
list'
                         + '/' + param_ssKey + '/' + param_wsId
+ '/public/values' +
                        '?alt=json-in-
script&callback=cm_loadMapJSON');
  script.setAttribute('id', 'jsonScript');
  script.setAttribute('type', 'text/javascript');
  document.documentElement.firstChild.appendChild(script);
}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to