FYI, this is a known issue on IE6 which we're in the process of resolving.
Please see the thread below to track progress or to post any additional
comments:
http://groups.google.com/group/google-maps-api/browse_thread/thread/3fe21cba3cf15123/f882e1904e6d3b1d


Thanks,

Dann

On Tue, Dec 8, 2009 at 2:21 AM, windcap98 <[email protected]> wrote:

> Hello,
> I got problem on google map at IE6 on my website.
> Only IE6 has problem.
> The error message is at GBrowserIsCompatible() which says "Object
> expected".
> It was Ok before, the strange comes without modify program source.
> I read your writing as much as possible, but It's not working.
>
> I tested put the "true" and "false"value instead of the value of
> GBrowserIsCompatible() 's return.
>
> I also delete the 'Cookies' and set the security option as a lowest.
> (and the other many security option as a minium.)
>
> I check follows.
> if (!window.GBrowserIsCompatible) {
> if (!GBrowserIsCompatible()) {
> if (!window.GMap2) {
> if (G_INCOMPAT) {
> window.GBrowserIsCompatible, window.GMap2 were OK.
> GBrowserIsCompatible, G_INCOMPAT brought script error.
>
> I also tried by using setTimeout recursive fuction.
> setTimeout('chkloaded()',1000);
> But it wasn't.
>
> Now I can't give you the link of our website.
> Because of the security tool, firewall, etc..., you can't access that
> website.
> If you can access our website, the source is so dirty to read.
> Only I can give you the head script and java script at the point of
> problem.
> Sorry for not giving you the link of website.
> Please help me to solve the problem.
> There is no place to give me the advice like here,my only hope.
> I'll wait for reply, please.
> Thank you.
>
>
>
> -------------------------------------------------------------------------------------------------------------------------------
> <script src="http://www.google.com/uds/api?
>
> file=uds.js&v=1.0&key=ABQIAAAAI0fn1cbvZQcPlRSqKRTNmhQNCpEuXBGKh3GgwKzM1jlcWeJhXRSaDd-
> SfUDrfvyZaWl7KYY4dVP7AA<http://www.google.com/uds/api?%0Afile=uds.js&v=1.0&key=ABQIAAAAI0fn1cbvZQcPlRSqKRTNmhQNCpEuXBGKh3GgwKzM1jlcWeJhXRSaDd-%0ASfUDrfvyZaWl7KYY4dVP7AA>"
> type="text/javascript"></script>
> <script src="http://maps.google.com/maps?
>
> file=api&v=2.78&key=ABQIAAAAI0fn1cbvZQcPlRSqKRTNmhQNCpEuXBGKh3GgwKzM1jlcWeJhXRSaDd-
> SfUDrfvyZaWl7KYY4dVP7AA<http://maps.google.com/maps?%0Afile=api&v=2.78&key=ABQIAAAAI0fn1cbvZQcPlRSqKRTNmhQNCpEuXBGKh3GgwKzM1jlcWeJhXRSaDd-%0ASfUDrfvyZaWl7KYY4dVP7AA>"
>  type="text/javascript"></script>
> <script type="text/javascript" src="/km/htdocs/include/scripts/
> geocent.js"></script>
> <script type="text/javascript" src="/km/htdocs/include/scripts/
> tmerc.js"></script>
> <script type="text/javascript" src="/km/htdocs/include/scripts/
> cscs.js"></script>
> <SCRIPT type="text/javascript" src="/km/htdocs/include/scripts/defs/
> GOOGLE_WGS84.js"></SCRIPT>
> <SCRIPT type="text/javascript" src="/km/htdocs/include/scripts/defs/
> TM128_katech_3param.js"></SCRIPT>
> <SCRIPT type="text/javascript" src="/km/htdocs/include/scripts/defs/
> TM128_katech_7param.js"></SCRIPT>
> <SCRIPT type="text/javascript" src="/km/htdocs/include/scripts/defs/
> UTM_K.js"></SCRIPT>
> :
> :
> :
> if (GBrowserIsCompatible()) {
>  WGS84_google = new CS(csList.GOOGLE_WGS84);
>
>  //-- Icon
>  gInitIcon = new GIcon();
>  gInitIcon.image = "/km/store/media2/GIOS/icon/placemark.png";
>
>  gInitIcon.iconSize = new GSize(150, 40);
>  gInitIcon.iconAnchor = new GPoint(6, 20);
>  gInitIcon.infoWindowAnchor = new GPoint(5, 1);
>
>  //-- Search
>  gSearchForm = new GSearchForm( false, document.getElementById
> ("searchform"));
>  gSearchForm.setOnSubmitCallback(null, CaptureForm);
>
>  //-- Map
>  map = new GMap2(document.getElementById("map"), {draggableCursor:
> 'crosshair', draggingCursor: 'pointer'});
>  move_bar = new GLargeMapControl();
>
>  map.addControl(move_bar);
>  googleMove(flocal_y, flocal_x, flocal_zoom, G_SATELLITE_MAP, 1);
>  map.enableScrollWheelZoom();
>  map.enableDoubleClickZoom();
> :
> :
> :
>
> --
>
> 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]<google-maps-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-api?hl=en.
>
>
>


-- 
Daniel Lee
Developer Programs Engineer
Google, Inc.
345 Spear Street
San Francisco, CA 94105
650 253 0967

--

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