KongFjong
10-08-2008, 08:43 PM
Hey there
I'm trying to develop a search-facility, where a user types a string in a form, and the string is used to search in a database. That's all good, and the output is good as well. A php file is creating an XML document, and when I call the php file directly in IE7 it shows and well formed XML doc.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.flush-it.dk%2Fxml%2FgetXMLData.php
Try calling the php file directly:
http://www.flush-it.dk/xml/getXMLData.php
My problem is, that when the Ajax function of Google Map, GDownloadUrl, tries to get the xml output, IE returns with the error that documentElement is not an object or is null, while Firefox (3.0.3) is working perfectly when searching.
If anyone can help me, I would be very happy:)
Regards
I'm trying to develop a search-facility, where a user types a string in a form, and the string is used to search in a database. That's all good, and the output is good as well. A php file is creating an XML document, and when I call the php file directly in IE7 it shows and well formed XML doc.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.flush-it.dk%2Fxml%2FgetXMLData.php
Try calling the php file directly:
http://www.flush-it.dk/xml/getXMLData.php
My problem is, that when the Ajax function of Google Map, GDownloadUrl, tries to get the xml output, IE returns with the error that documentElement is not an object or is null, while Firefox (3.0.3) is working perfectly when searching.
If anyone can help me, I would be very happy:)
Regards