xmlHTTP respnse
how can we sent multiple values in xmlHTTP respnse,
var xmlHttp
function <strong>callAjax(id)</strong> {
if (id.length==0) {
document.getElementById("txtHint").innerHTML=""
return
}
xmlHttp=GetXmlHttpObject()
if (xmlHttp==null) {
& so on....................
................................
i want to add "id2" variable also likecallAjax(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
servis
Junior Poster in Training
82 posts since May 2008
Reputation Points: 10
Solved Threads: 0
I'm not quite sure what you want to accomplish, and I'm also note sure what the word intiame means, Google doesn't either. You can send as many request parameters as you like given the HTML protocol
ShawnCplus
Code Monkey
1,583 posts since Apr 2005
Reputation Points: 526
Solved Threads: 268
thank you for your great help, please can you guide me how can we display message conditionly after completion of the task.
thanks in advance
regards,
shuja
servis
Junior Poster in Training
82 posts since May 2008
Reputation Points: 10
Solved Threads: 0