DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Chris Guest

    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

  2. #2
    Michael \(michka\) Kaplan Guest

    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




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links