CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Location
    Mumbai,India
    Posts
    382

    XMLHTTP Open??...Send??...problem!!!

    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

  2. #2
    Join Date
    Nov 2002
    Posts
    3

    HELP from you?

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured