|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Dynamic Includes |
From: |
Chris S |
Date: |
8/31/2000 1:30:40 AM |
IP: |
24.108.140.215 |
If you already know the various names of the include files, you could also do the following to dynamically choose which file(s) to include:
<% If ..... then %>
<!-- #include ... -->
<% Else %>
<!-- #include ... -->
<% End If %>
ASP will only include the file that meets the required condition. Just another option.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|