Jeff wrote:
> Is there a way, to make a page that gets info from a DB using
> scripting. then take that page, and copy it to another folder, BUT,
> not having the script there. making it become all html?
> so the page would contain html, but would be the result of what was
> scripted.
>
> so i guess i am saying, that the page would become the source.
>
> i hope i am explaining myself clearly
>
> Jeff
1. Create the page that generates the html from the database info
2. Create another page that uses ServerXMLHTTP to run the first page, saving
the ResponseText into a variable, whose contents are subsequently written
into a file using a FileSystemObject.
Do a search at
www.aspfaq.com for articles relating to these terms.
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.