On Mar 25, 10:54 am, "Tamer Hatoum" <[email protected]> wrote: > but acctually I made some changes to my code but I still facing some problems > that when I click the tracking button which calls the functions load(x,y); > it is not working .and there is no marker on my map ... > I am getting the x,y from my database .
When you click "Track" you reload the page and it changes. You insert this: <script type="text/javascript"> <!-- ClearCar();load(25.249626,51.587025');// --> </script> ...and there is a stray apostrophe in there. Firefox works with that, although it flags an error. It really doesn't help when you're changing code at the same time as asking for help. Make a change, post your message and then stop altering code. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
