Retrieve text from external HTML/asp page with JavaScript
Posted
by
Rotem
on Stack Overflow
See other posts from Stack Overflow
or by Rotem
Published on 2011-01-04T15:45:55Z
Indexed on
2011/01/06
23:53 UTC
Read the original article
Hit count: 215
Hi,
I am using an external asp page (On the company's server - not related to me beside the fact that I'm using it for my job).
The asp page has one query in it, I'm writing something in it and it gives me some information.
In the information there is a certain line with constant header (let's assume 'HEADER'), I want to build an HTA that pulls the line that contains 'HEADER' to my HTA and display only this line.
I think that this isn't possible without any server interaction, but I'm asking anyway. Can someone think of a way doing it?
Thanks, Rotem
© Stack Overflow or respective owner