Is it possible to return page source to a string, from a web site using asp???:cool:
Printable View
Is it possible to return page source to a string, from a web site using asp???:cool:
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
?????
from your web site, or somebody else web site!!
if from yours, you can open it read it and put it in a variable!!
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.