this seems to be a very simple problem, but i just can't get it done.
how do i set a variable which is to display url response?
let's say my request is "http://domain.com/datavalue.htm".
the request returns some value ( let's say "30.0" ) when i use it with browser.
now, i want to get that value dynamically using script or asp object
and put that 30.0 on my webpage.
how do i do it?