[thelist] ASP SSI Question
Salvatore Palmisano
thelist at lists.evolt.org
Thu Feb 28 10:00:00 2002
Bob's absolutely right; all I was looking at was the use of the single
quotes...sorry.
.Sal
-----Original Message-----
From: thelist-admin@lists.evolt.org
[mailto:thelist-admin@lists.evolt.org]On Behalf Of Bob Fowler
Sent: Thursday, February 28, 2002 10:52 AM
To: thelist@lists.evolt.org
Subject: Re: [thelist] ASP SSI Question
This will absolutely *not* work. To use an analogy, you have the cart
before the horse here... When SSI is processing the include it is looking
for the _literal_ file="page.asp?id=<%=rs("x")%>". Obviously, you don't
have a file named "page.asp?id=<%=rs("x")%>" on you hard drive.
Bob.