Hi,
Ok, what I am trying to do is that each page has a unique nummber on it. If (in the query string) the "agent" is on, and the number is correct, I want it to do an include. However, it fails to work, why???
Can someone point out my errors!
Thank you
James
Ok, what I am trying to do is that each page has a unique nummber on it. If (in the query string) the "agent" is on, and the number is correct, I want it to do an include. However, it fails to work, why???
Code:
<%
Dim varAgentnumber
varAgentnumber =1
%>
<%
IF Request.QueryString("Agent") ="On" AND Agentnumber =1 then
<!-- #include virtual="Agent/Page1.htm" -->
ELSE
END IF
%>
Can someone point out my errors!
Thank you
James