|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Dynamic Includes |
From: |
Balthazar |
Date: |
8/21/2000 4:52:38 PM |
IP: |
199.2.244.140 |
In ColdFusion, you can include files dynamically. Like this:
<cfset fileName = "x.cfm">
<cfinclude template="#fileName#">
Is this possible using ASP? If not, is there a way around this? |
Follow Up - Re: Dynamic Includes - Dan 8/23/2000 1:45:29 PM
|
|
|
|
|
|
|
|
|
|
|
|