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
| ☺ | What is the XMLHttpRequest object in AJAX? | 
| ☺ | What is the minimum version of PHP that needs to be running in order to use HTML_AJAX? | 
| ☺ | How do we create a thread to do AJAX polling? | 
| ☺ | Should I use XML or text, JavaScript, or HTML as a return type? | 
| ☺ | What browsers support AJAX? | 
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. | 
