1.

Cannot Parse Xml Generated By Jsp I Am Generating An Xml Using Jsp, When I Run The Jsp In Ie It Shows The Xml As Per Dom, But When I Try To Parse It Using Javascript , The Command Xmldoc.documentelement ?

Answer»

This is working code, it might help you.
if (!ISIE)
xmldoc = req.RESPONSEXML;
else
{
//IE does not take the responseXML as.

This is working code, it might help you.
if (!isIE)
xmldoc = req.responseXML;
else
{
//IE does not take the responseXML as.



Discussion

No Comment Found