xmlhttp objects Update

T

Tien-Chih Wang

Hi,
I can separately retrieve two xmlhttp objetcts without any problem.
The question is try to keep one xmlhttp.responseText as static
InnerHtml and still updating the other(Using setTimeout() ..). Is it
possible?

Regards,

Tien-Chih Wang
 
J

Joshie Surber

Is it possible?

If you are asking what I think you are, it is simple. Do your two
requests using different instances of XMLHTTPRequest. ie
http1 = new XMLHTTPRequest();
http2 = new XMLHTTPRequest();
and each http obj will keep its responseText seperate from the other.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top