How to get the data from a HTML page to javascript variables -
08-28-2010
, 09:30 AM
Hi All,
I have a web report that I can access from a URL. The web report
displays the following values on the web page:
Minimum Maximum Value
10 1000 920
I want to call this URL from javascript by means of a HTTP GET and get
the values of minimum maximum and value to javascript variable.
Please kindly can you share the Javascript code that will enable me to
do this.
Thanks
Karen |