|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Dynamic Includes |
From: |
Charles Haven |
Date: |
10/18/2000 1:47:42 PM |
IP: |
63.101.191.172 |
I want to read a filename from a database field and include that page in the current ASP page. The following is how I attempted to do it (database connection and recordset info omitted -- it works):
<%
strFileName = RS1("kbLink")
%>
<!-- #include virtual = "<%= strFileName %>" -->
The error I get is: The include file <%= strFileName %> was not found.
Anyone got an idea on how I can do this?
Thanks,
Charles |
Follow Up - Re: Dynamic Includes - wolferl 11/15/2000 3:14:32 PM
|
|
|
|
|
|
|
|
|
|
|
|