Gmail Calendar Documents Reader Web more »
Help | Sign in
Google Groups Home
Google maps wont show up in some browsers?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
intuisis  
View profile  
 More options Nov 12, 3:48 pm
From: intuisis <hannon.p...@gmail.com>
Date: Thu, 12 Nov 2009 12:48:27 -0800 (PST)
Local: Thurs, Nov 12 2009 3:48 pm
Subject: Google maps wont show up in some browsers?
Hi,

Can anyone tell me why this map isn't displaying the stores for
certain viewers?

http://www.philhannon.com/image001.jpg

I am guessing it has more to do with their computer settings?

Thanks

Phil


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rossko  
View profile  
 More options Nov 12, 4:22 pm
From: Rossko <ros...@culzean.clara.co.uk>
Date: Thu, 12 Nov 2009 13:22:44 -0800 (PST)
Local: Thurs, Nov 12 2009 4:22 pm
Subject: Re: Google maps wont show up in some browsers?

> Can anyone tell me why this map isn't displaying the stores for
> certain viewers?
> http://www.philhannon.com/image001.jpg

err, because it is a jpeg rather than a scripted page?

Assuming you meant the map at the URL shown in that image ...
it's probably to do with the errors the browser reports.
IE6 says "geocoder is null or not an object"
FF2 alerts 'Enter city or zip not found'
These clues are because you are running your searchLocations()
immediately at page load - before the user has entered any data.  In
IE6 case it also happens before the map is initialized (and 'geocoder'
has been defined) by the load() function.

If you need multiple load event triggered functions to run in a
certain order in all browsers, you need to get control of that order
by chaining one from another.

In this case I don't think you want to run searchLocations() at all
until someone provides some input, though.

cheers, Ross K


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google