|
You are missing a closing curly in processReqChange. After fixing that, you will encounter error in checkName so url should be without http:// to access a relative php.
For some of my data not readily available in XML, I just use text on both ends. You can check Content-type in processReqChange and use responseText instead of responseXML.
--J
|