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?
Submitted by: AdministratorThis is working code, it might help you.
if (!isIE)
xmldoc = req.responseXML;
else
{
//IE does not take the responseXML as.
Submitted by: Administrator
if (!isIE)
xmldoc = req.responseXML;
else
{
//IE does not take the responseXML as.
Submitted by: Administrator
Read Online AJAX Job Interview Questions And Answers
Top AJAX Questions
☺ | How do I test my AJAX code? |
☺ | How do we create a thread to do AJAX polling? |
☺ | Is the server or the client in control in AJAX? |
☺ | What Browsers does HTML_AJAX work with? |
☺ | Can I use Ajax with Microsoft's .NET? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |