PDA

Click to See Complete Forum and Search --> : Read Page Source


josmond
Jul 9th, 2001, 07:11 AM
Is it possible to return page source to a string, from a web site using asp???:cool:

Ianpbaker
Jul 9th, 2001, 07:15 AM
Hi josmond, as Far as I know there is no way of doing this :(. If you want to save a page you have just created, you have to build the whole page in a string then dump it out to a file. :)

Ian

sebs
Jul 9th, 2001, 10:41 AM
?????

from your web site, or somebody else web site!!

if from yours, you can open it read it and put it in a variable!!

monte96
Jul 9th, 2001, 12:46 PM
Use FSO to read in the file as text and just output it to the HTML stream.

But, like they said, if you mean a page you saw you liked somewhere, no. You can't.