|
|
|
|
|
| | |
|
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: |
Re: asp in asp? vb? |
From: |
masha |
Date: |
3/14/2001 4:23:09 AM |
IP: |
195.68.133.61 |
as I know you cannot white this:
<!--#INCLUDE FILE="<%=Request.QueryString("link")%> +.asp"-->
<!--#include virtual="/ct/<%=Request.QueryString("link")%> +.asp"-->
because "include" executes before ASP...
you can write this:
select case Request.QueryString("link")
case 0
<!-- #include file="/ct/0.asp" -->
case 1
<!-- #include file="/ct/1.asp" -->
....
else case
...
end select
Masha
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|