mooie glimlach ;)
<%
dim strLoginFout
strLoginFout = false
if request.form("login") = "tandarts" and request.form("wachtwoord") = "orthodontie" then
session("tandarts") = true
response.redirect("tandarts.asp")
else
if request("login") = "yes" then
strLoginFout = true
end if
end if
%>