-
HTML file generation from ASP page result
Does anyone know how to store easily the result of an ASP page into a HTML
file. In other words, I don't want the resulting page to be displayed on
the client browser, but to be saved on my web server, so that I will be able
to send it by mail later one.
Thank you
-
Re: HTML file generation from ASP page result
Well, dynamic content in an .ASP page is sent down by response.write. You
can always use the filesystemobject or other means to dump the same text to
a file.
--
MichKa
random junk of dubious value at the multilingual
http://www.trigeminal.com/ and a new book on
i18N in VB at http://www.trigeminal.com/michka.asp
"Chris" <christophe.lamperti@cpte.be> wrote in message
news:397fe486$1@news.devx.com...
>
> Does anyone know how to store easily the result of an ASP page into a HTML
> file. In other words, I don't want the resulting page to be displayed on
> the client browser, but to be saved on my web server, so that I will be
able
> to send it by mail later one.
>
> Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks