LinuxKommy
Technical User
I use two different files depending on a session variable, but when i put the include tags into script, it writes the tags but does not include the files. what am i doing wrong? the code is pasted below
<%
if Session("P"="24" or Session("P"="29" then
response.write "<!--#include file='CAR_1.inc'-->"
else
response.write "<!--#include file='CAR_2.inc'-->"
end if
%>
Thanks
<%
if Session("P"="24" or Session("P"="29" then
response.write "<!--#include file='CAR_1.inc'-->"
else
response.write "<!--#include file='CAR_2.inc'-->"
end if
%>
Thanks