Re: Is there a way to save ASP page to a HTML file after it's generation?
|
Ronald Moraiah |
|
5/30/2008 3:29:07 AM |
Are you planning to display any information on the ASP page or you going to use it only to process t he data and save it to a HTML file?
Post Comments |
|
Re: Need to generate the HTML file
|
Aroma Poitoy |
|
5/30/2008 3:33:45 AM |
I just need to generate the HTML file; no need to display anything on the ASP page really.
Thank you,
Post Comments |
|
Re: It's better to use VBScript
|
Ronald Moraiah |
|
5/30/2008 3:36:08 AM |
It's better to use VBScript (.vbs file) in that case. Use ASP if you want to display something in a browser only.
Post Comments |
|