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
☺ | Are there any frameworks available to help speedup development with AJAX? |
☺ | Why does HTML_AJAX hang on some server installs? |
☺ | Are there Usability Issues with AJAX? |
☺ | How do we create a thread to do AJAX polling? |
☺ | How do I test my AJAX code? |
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. |