I need to read in large amounts of ascii data from another off-site web page. Is this possible? I tried using the FileSystemObject with the complete url of the page as an argument, but it didn't work.
I used '-' instead of '<' because I don't know it the server would actually process it, but you get the point.
The page actaully contains thousands of number sets like that.
If I save the file to my hard disk, I can extract and process the numbers easily (without altering the page at all), but this page is updated daily, and I don't want to have to manually save it every day.
There's got to be a way for an asp to read in the source of another page! Or perhaps Javascript?
there is a n way (what i know) but all u need is to create an main page with an frame witch source will be the page u wanted and then from tha main page u could use the -pre- tag to extract all text in there and then save it ot an file
this could be done by a script
but need one person to acess the main page and then the script from the main page automatically will save the text in an file... ________
George, M
email : shaddow11_ro@yahoo.com
So I could point the link to this frame page, save the pages source to a file like you say, then autodirect them to the page I want them to see......interesting, I just may try that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.