I thought of that, but I'm getting so confused since I already have a call to xmlhttp for a different reason.
I'm pretty new to this object.
I have a
js function that uses xmlhttp to call a server side script which access another domain via asp. I return the results back to the
js function. This is where I'm stuck since the results are in
js.
So I need to create an ASP function that calls my
js function from the server using xmlhttp? (I'm so confused!)
Can you elaborate on what part you think needs to be in asp and what in
js? Ultimately I need my return status value back in an ASP variable.
Thanks.
Melissa