Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Getting a multipart/mixed response with XMLHTTP Getting a multipart/mixed response with XMLHTTPTo: NULL Date: 10/3/2006 7:01:00 PM I cannot get this to work. Whener I try to get a multipart/mixed Content-Type response from the server IE will hit 100% CPU and just sit there forever. If I set the Content-Type header to something like "muslipart/mixed" (note mispelling) I get the same problem. 100% CPU, nothing happening. I'm including my HTML page. I would be VERY thankful if someone could point me towards or post some sort of JSP, ASP, PHP page that puts out something multipart/mixed that this will work correctly against rather than hang. I've tried a lot of permutations of putting CRLFs in different places, changing the header, nothing seems to work. James M --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <body> <script type="text/javascript"> var requestObject = new ActiveXObject("Microsoft.XMLHTTP"); requestObject.open("GET","somePage.jsp",true); requestObject.onreadystatechange = function () { alert("status = " + requestObject.readyState); } requestObject.send(); </script> </body> </html> | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
