how can we sent multiple values in xmlHTTP respnse,
var xmlHttp
function [B]callAjax(id)[/B] {
if (id.length==0) {
document.getElementById("txtHint").innerHTML=""
return
}
xmlHttp=GetXmlHttpObject()
if (xmlHttp==null) {
& so on....................
................................
i want to add "id2" variable also like callAjax(id,id2)
how can we do it??????
secondly, how can we intiame the user at completion that the request has been completed well.
please help in this regard
shuja