D
Don S
Hi All.
Is there a way in Javascript to retrieve the HTML text from a webpage,
without actually opening the web page? For example, specify a web page
(it's actually the reply to an HTTP GET), and load the HTML from the
page into a string variable.
I want to parse out certain data from the source page, and display it on
another web page. I've done this in VB, but am new to Java.
Thanks for any ideas.
Don
Is there a way in Javascript to retrieve the HTML text from a webpage,
without actually opening the web page? For example, specify a web page
(it's actually the reply to an HTTP GET), and load the HTML from the
page into a string variable.
I want to parse out certain data from the source page, and display it on
another web page. I've done this in VB, but am new to Java.
Thanks for any ideas.
Don