Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Getting a multipart/mixed response with XMLHTTP

From: jsm16@-------.---
To: 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>



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent