S
SilentCry
i'm doing an XMLHTTP request to a second aspx page from my main page in
order to execute a very simple server-side script that returns a single
value. this actually works but not the way i want it to. i get the value on
return (in request.responseText field) but it's included with the entire
body of the second pages html stream which i don't want. i tried ContentType
of "text/plain" but it didn't work and it does this regardless of whether i
do a Get or Post. how do i get just that single value back in the
responseText field?
keep in mind i'm still kind of new at this.
order to execute a very simple server-side script that returns a single
value. this actually works but not the way i want it to. i get the value on
return (in request.responseText field) but it's included with the entire
body of the second pages html stream which i don't want. i tried ContentType
of "text/plain" but it didn't work and it does this regardless of whether i
do a Get or Post. how do i get just that single value back in the
responseText field?
keep in mind i'm still kind of new at this.