mreccentric
15 Jan 2011, 11:58 PM
Hi everbody, this is my first post. I'm new to this Forum!
Well, i have a question about extracting data from a web url. I need to extract 2 set of data's from a webpage and then divide them with one and another and display it on another webpage.
Url is something like this> http://hathway.com/mqsweb/Reports/ServiceUsageReport.asp?USERNAME=micheal
I need to copy the value of 'Current Usage' into another webpage. The point here is that that data keeps changing. I dont want to use [iframe] here.
And if i can succeed doing that, then i would like to divide the 'current usage' with 'Download Limit+Carry Forward Units' and then display that answer in a webpage(HTML).
Well, i have a question about extracting data from a web url. I need to extract 2 set of data's from a webpage and then divide them with one and another and display it on another webpage.
Url is something like this> http://hathway.com/mqsweb/Reports/ServiceUsageReport.asp?USERNAME=micheal
I need to copy the value of 'Current Usage' into another webpage. The point here is that that data keeps changing. I dont want to use [iframe] here.
And if i can succeed doing that, then i would like to divide the 'current usage' with 'Download Limit+Carry Forward Units' and then display that answer in a webpage(HTML).