Does anyone know what this error message means?
I have 2 include files in my page and all I want to do is show one depending on the value in the querystring.
This is my code:.
<%If request.querystring("Delivery") = "ELearning" then
ShowformELCourse false
Else
ShowformCourse false
End if
%>
Thanks.
I have 2 include files in my page and all I want to do is show one depending on the value in the querystring.
This is my code:.
<%If request.querystring("Delivery") = "ELearning" then
ShowformELCourse false
Else
ShowformCourse false
End if
%>
Thanks.