Re: Why won't IE show my markers?
http://www.mapki.com/index.php?title=Read_This_First#Javascript_Errors
(click on the little yellow triangle)
In IE I get the very helpful error message:
=====================================
Line: 70
Char: 11
Error: 'documentElement' is null or not an object
=====================================
This means that responseXML is empty. I suspect for IE you will need
to add the xml processing definition:
<?xml version="1.0" encoding="iso-8859-1"?>
I found I needed to use the iso-8859-1 character encoding as you have
non-standard characters in your xml file.
After I fix that there is still an error in IE:
=====================================
Line: 340
Char: 277
Error: Invalid argument
=====================================
Which is an error in the API code somewhere.
I have a test page at:
http://www.geocodezip.com/kitebeaches_testmap.asp
My version of the xml is at:
http://www.geocodezip.com/kitebeach_markers.xml
-- Larry
0 Comments:
Yorum Gönder
<< Home