How to get values from a url's div class variable:
for example:
if we want temperature value of Chicago IL from cnn.com/weather the url is:
and under this url there is a div class variable:
cnnWeatherTempCurrent
this variable contains the value of the current temperature.
so using HTML or Javascript or PHP how can we get the value of this variable in our web page
Your help is highly appreciated.
for example:
if we want temperature value of Chicago IL from cnn.com/weather the url is:
and under this url there is a div class variable:
cnnWeatherTempCurrent
this variable contains the value of the current temperature.
so using HTML or Javascript or PHP how can we get the value of this variable in our web page
Your help is highly appreciated.