> Here is the php version: http://www.transitgeek.com/place2.php?id=11248 > it doesn't load, but I can obtain the source code it produces, which I > think copy directly into an html file. http://transitgeek.com/place_test.html
Works for me in IE6, I get clickable coloured blobsan a map. Here's a useful tool - http://validator.w3.org/check?uri=http%3A%2F%2Fwww.transitgeek.com%2Fplace2.php%3Fid%3D11248&charset=%28detect+automatically%29&doctype=Inline&group=0 Your biggest problem is probably no <body> tag , and scripts outside of the </head> tag. Different browsers handle invalid HTML differently. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
