Re: Passing URL parameters to google map API

2009-08-04 Thread opusrandy
thanks everyone who replied to my posts. got everything figured out and the map is working great. Also worked out all the internet explorer bugs so it works well across all browsers, check it out... (click birmingham or mobile to see results) http://wesco.jp-clients.com/branch_locate/branch_list

Re: Passing URL parameters to google map API

2009-08-04 Thread opusrandy
that's a good idea, ima give that a shot, thanks alot :) On Aug 4, 2:08 pm, Rossko wrote: > Infowindow is working now. > > > NOW...before someone says "well its not creating a sidebar because you > > dont have that function in the javascript".know that i am aware of > > that, and its not in

Re: Passing URL parameters to google map API

2009-08-04 Thread Rossko
Infowindow is working now. > NOW...before someone says "well its not creating a sidebar because you > dont have that function in the javascript".know that i am aware of > that, and its not in there so that you guys can see how its > functioning...WHEN I DO put the CreateSideBar function in th

Re: Passing URL parameters to google map API

2009-08-04 Thread Esa
Instead of marker.openInfoWindowTabsHtml(text); try: marker.openInfoWindowHtml(text); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Map

Re: Passing URL parameters to google map API

2009-08-04 Thread opusrandy
o, and also, this is the code for my phpsqlsearch_genxml.php ','>',$xmlStr); $xmlStr=str_replace('"','"',$xmlStr); $xmlStr=str_replace("'",''',$xmlStr); $xmlStr=str_replace("&",'&',$xmlStr); return $xmlStr; } // Get parameters from URL $center_lat = $_GET["lat"]; $center_lng = $_GET["lng"]; $rad