(KB927917) This error was hard to fix so I've put the info here for others. I was adding functionality to an existing web page and got the errors below. The page is designed for IE but will also work in Opera to a degree. I presume the problem is caused by using an id in my web page that is the same as one in the Googlemap API. I'll look at that later. As an initial fix I moved my API key to below the </Body> line so that it executed after the body of the page had been processed. </body> <!-- My API key here --> <script src="http://maps.google.com/maps? file=api&v=1&key=.....your key here....... </html>
I also added defer to my other script lines but this may not be neccesary. <script type="text/javascript" defer="defer" > IE8 Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) IE6 Internet Explorer cannot open the internet site Operation aborted. Note: These pages are temporary and will be removed soon. This page shows the error: http://www.stevematt.f9.co.uk/googlemap/iegmap4.html This page is has the error fixed: http://www.stevematt.f9.co.uk/googlemap/iegmap2.html Once the page is finished it will replace my current page at: http://www.stevematt.f9.co.uk/googlemap/iegmap.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
