[thelist] ASP SSI Question
Salvatore Palmisano
spalmisano at usashs.com
Thu Feb 28 08:59:01 CST 2002
Thats because you're 'commenting out' the x parameter within your ASP
script.
The single quote is the comment character; use the double quote, like so:
do while not recordset.eof
%>
<!-- #include file="page.asp?id=<%=rs("x")%>" -->
<%
loop
.Salvatore
-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Feingold Josh S
Sent: Thursday, February 28, 2002 9:43 AM
To: 'thelist at lists.evolt.org'
Subject: [thelist] ASP SSI Question
I have a page which displays data depending on the Query String. e.g.
page.asp?id=1 is different than page.asp?id=2. The different possible
values of this Query String comes from a database.
Something like:
do while not recordset.eof
%>
<!-- #include file="page.asp?id=<%=rs('x')%>" -->
<%
loop
Thanks,
Josh
More information about the thelist
mailing list