Results 1 to 5 of 5

Thread: ASP to static HTML

  1. #1
    Guest

    Question

    Is it possible to save the HTML produced by the ASP engine in a static HTML file???

  2. #2
    Hyperactive Member Kagey's Avatar
    Join Date
    Sep 2000
    Location
    The Wilderness of New Brunswick
    Posts
    294
    just open the asp page in a browser from a server, then view the source and save the file as and htm file.

  3. #3
    Guest

    Run time

    Kagey thanks for the post I need to do this at run time I am trying to produce a database driven information page to cut on to a CD. Execute the asp and have an html page produced then recorded on the next cd cut, iterate through the loop and cut another CD etc.

  4. #4
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696
    Hi sashabinkie

    yu can do it using the filesystem object, but you need to re-make the whole page into a variable and then output it to a file. if you need to know more about the file-system object check out

    http://www.4guysfromrolla.com/webtech/040699-1.shtml

    hope this helps

    Ian
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

  5. #5
    Guest

    Thanks

    Thanks lanpbaker appreciate the help!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width