Mark
|
| Posted: 05/09/2003, 11:49 PM |
|
Hi,
I would like to save the displayed ASP page as xxx.asp to a server directory. I appreciate your help. Using ASP in CCS.
Thanks
Mark
|
|
|
 |
rclayh
|
| Posted: 05/10/2003, 12:26 PM |
|
Well, to save the displayed page as xxx.asp, just right click on the page and "View Source" then save as whatever. Just remember you are looking at the ASP page AFTER it has been processed, so it will have no server-side code in it. In other words, it's just a static html page as far as the server is concerned.
Clay
|
|
|
 |
|