Welcome to Auciou's Blog! |
|
| Include ASP files
Sometimes we needed to include another file when we were writing the ASP programs for the sites. That enabled your site's numerous files to include the same ASP file. The way is like this:
The file's path just need relative path. And you needn't transform it to physical path. But I found that I couldn't write like this: So I need a brighter idea in order to include the files from Request.QueryString such as <!--#include file=<%=Request.QueryString("ame")%>.asp-->. Do you have a brighter idea? Now, I try to write like this, it can run successfully:
1 Comment:
Comments are closed. | Auciou: Web programmer and web designer Category: Recent Comments: Archives May 2007 This work is licensed under a Creative Commons License.
|
|