> http://www.rstsolutions.co.uk/test6.php > sent wrong link, tried to implement the code from before but now the > map doesnt display - this may be something really simple but i cant > figure it out,
Most browsers have some form of error reporting built in. IE can be flaky, but in this case even IE6 reports "syntax error" (click the yellow triangle at the bottom). "Syntax error" would usually start people looking at the brackets in their javascript for the mismatched one. I appreciate this is probably just a test fragment, but as the page develops you are going to need to make it into proper HTML, and it would be wise to use the recommend doctype with the API. You'll probably want to get rid of the 'document.write's as well, and change to setting existing divs up using document.getElement() > im really new to this like only been doing this for > 2-3days now but really need this, any help would be brill It's not our problem if you've committed to something you can't do. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
