<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> 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 %>
Tandartsingang

Loginnaam
Wachtwoord
  <% if strLoginFout then %> De loginnaam en/of het wachtwoord klopt niet. <% end if %>