XMLHttpRequest object.
i have two function one for getChatdata and another for sendChatdata.
i am using this syntax for sending data
var
dataSource ="XMLHttpData.aspx?Typ="+Typ + "&Msg="+Msg;XMLHttpRequestObject.open('GET',dataSource,
true);
and for receving data i am using same XMLHttpRequestobject 's Get Method.
and my GetChatData is refreshing after every two second.
window.setTimeout("getChatData('"+ Typ +"','"+ divID +"')",2000);
now the problem is my functions working fine but GetChatData function is getting only first time data..when i have started that browser.not any other message which i send later. but it works fine in my local system. but on another system it is not working
i have also tried
window.setTimeout("new getChatData('"+ Typ +"','"+ divID +"')",2000);
but same result.
could you please tell me what may be a problem ?
Thanks & Regards.
Rajesh Soni
Yahoo : wisdomarena@...
Msn : wisdomarena.com@...
Web : www.wisdomarena.com