PDA

Click to See Complete Forum and Search --> : Save a webpage to my hdd


turfbult
Jan 7th, 2001, 02:10 PM
Hello,

I want to create a webpage using ASP, reading a SQL db and then SAVE the webpage just created onto my HDD.

eg..
I want to read thru my db and "write" all records onto a webpage into a table, with some colours,nice fonts etc etc. and then have my ASP program save this page onto my hdd automatically - how do I do this save process??

Any help please!!??

Thanks,
T

G.Kumaraguru
Jan 8th, 2001, 12:21 AM
Use File System Object to Store the file.
Here, You have to Store the Entire Html code Prepared from Database in to A variable and Then Store the variable in to a file

turfbult
Jan 8th, 2001, 03:35 AM
Thanks, but I'm lost!! How does one do this??

T