Maybe not the right NG I know,
but can't find a ASP NG so I'll try anyway...
I have the following piece of code
<%@ Language=VBScri pt %>
<%
if Request("passwo rd1")="123" then
Session("logino kay") = True
end if
%>
Now I want to be able to put in multiple passwords (instead of 123) but
I can't find the right syntax to do that, the answer must be too simple
but I just can't manage.
Please help ;-)
Richard
but can't find a ASP NG so I'll try anyway...
I have the following piece of code
<%@ Language=VBScri pt %>
<%
if Request("passwo rd1")="123" then
Session("logino kay") = True
end if
%>
Now I want to be able to put in multiple passwords (instead of 123) but
I can't find the right syntax to do that, the answer must be too simple
but I just can't manage.
Please help ;-)
Richard
Comment