I presume that the map dragging works correctly if you don't do this 
bit:

var t = document.getElementById('gmapcode').contentWindow; for( var z
in t ) { try{ if( window[z]) continue; if( z.indexOf('frame') > 0 )
continue; window[z]=t[z]; } catch(e){} }

Instead of trying to do that, I suggest using "helper" functions in the 
map frame, like this: http://econym.org.uk/gmap/iframes.htm

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


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