Click to See Complete Forum and Search --> : XMLHTTP Open??...Send??...problem!!!


Green_Beret
October 28th, 2002, 09:17 AM
Hi,

Here's the problem.

I have an ASP - a.asp on the Web server.
From the client side (Javascript) I invoke XMLHTTP.Open the ASP a.asp and send a Req. XML and get a Response XML in return.
This works fine.
However, if two client requests come in at almost the same time, the XMLHTTP.responseText for one request contains some blank HTML(the page cannot be displayed..) and the other request succeeds.
This happens very arbitrarily.

Has anyone ever faced this problem??

Please help.

Thanks in advance.

Regards,
The Beret

esimplest
November 25th, 2002, 09:08 PM
Hi,

Sorry this is for some help from you.

I would like to read a file from remove url (http://www.somewhere.com/something.html) and write all the contents on my html page (show.html) using client side Javascript in show.html

Can you help?
Chandra