Groups | Blog | Home
all groups > inetserver asp components > november 2004 >

inetserver asp components : I need to be able to capture a web page as I build it and store it to file at the server.


JohnDpatriot
11/22/2004 3:30:18 PM
Is there an easy way to do this?

Tom Kaminski [MVP]
11/22/2004 4:33:37 PM
[quoted text, click to view]

Sure, use the FileSystemObject.

JohnDpatriot
11/22/2004 4:57:04 PM
[quoted text, click to view]
JohnDpatriot
11/23/2004 8:42:03 AM
[quoted text, click to view]
Ok,
I banged my head against this all night, but couldn't get it. How can
I get the FileSystemObject to return the page that I am creating on the fly?

I need to email the page from the server, but I need to build it first
based on data from the database. I could turn it into one giant string
and then add that to my email, but I was hoping there was an easier,
cleaner way. I would like to post the webpagfe to a database as well so
that i could have a record of what was sent to the customer.

Tom Kaminski [MVP]
11/23/2004 9:31:49 AM
[quoted text, click to view]

Write it out to a file, line by line as you build it.

JohnDpatriot
11/23/2004 10:11:56 AM
[quoted text, click to view]
AddThis Social Bookmark Button