On Feb 25, 10:42 am, rmiller <[email protected]> wrote:
> Hi, I've posted here before when I've had issues with my map loading a
> store locator along with IP geolocation.
>
> What I'm having issues with now is that in Firefox I have no problems
> having the page load with store locator markers and then searching for
> a new loaction of markers, but in IE and Safari

and Chrome

> when I search, the map
> continues to load the store locations markers based on IP Geolocation,
> not on user search paramters. I would like IE and Safari to function
> like Firefox.
>
> URL:http://www.youthministrynow.com/map/map.html
>
> Any help is appreciated!

Firefox displays an error in the javascript console:
Error: sidebar is null
Source File: http://www.youthministrynow.com/map/map.html
Line: 147

IE says:
Line:146
Error: 'null' is null or not an object.

(it is the same issue, IE has issues with its error reporting)

Because of the fact that there is no element with ID "sidebar" the
processing stops.

You might want to fix that...

It looks to me like you might have changed the id of that div to
parishlist at some point:
var sidebar = document.getElementById('parishlist');

  -- Larry


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