Wasn't it charlie who wrote: > >The entire site is built on php.. so that isn't the issue.
Well, one of your .php files isn't being processed. http://homicide.deseretnews.com/wp-content/plugins/wordpress-store-locato r-location-finder/js/store-locator-js.php Is being received uninterpreted. The browser skips stuff enclosed in <?php ... ?>, so the Javascript parser looks at sees lines like print "var sl_map_end_icon_width=$end_size[0];"; Which causes lots of expected Javascript variables to end up undefined, and store-locator.js crashes with undefined variable errors. -- 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 -~----------~----~----~----~------~----~------~--~---
