allandlewis Posted September 15, 2009 Report Share Posted September 15, 2009 when i tried this example i get an error message (object required) in the responsexml.js in the line afterxmlDoc = xmlhttp.responseXML;i get the same error when running the test example in the sitehttp://www.captain.at/howto-ajax-process-xml.phpi'm using PHP 5, IIS 7 Link to comment Share on other sites More sharing options...
Synook Posted September 15, 2009 Report Share Posted September 15, 2009 What browser are you using? That's a client-side problem. Also, posting the script would help. Link to comment Share on other sites More sharing options...
allandlewis Posted September 15, 2009 Author Report Share Posted September 15, 2009 when i tried this example i get an error message (object required) in the responsexml.js in the line afterxmlDoc = xmlhttp.responseXML;i get the same error when running the test example in the sitehttp://www.captain.at/howto-ajax-process-xml.phpi'm using PHP 5, IIS 7i'm using Inernet Explorer 8also - the xml is returned from the php file to responsexml.js in "responseText" and it is valid xmlhowever the "responseXML" is empty and this should hold the xmlany ideas??? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now