<%
password = Request.Form("password")
if (password=02111928) Then
autenticato=true
else
autenticato=false
end if
if autenticato = false then
response.Redirect("login.asp")
else
end if
if autenticato = true then
Session("Autenticato") = "OK"
Response.Redirect("gestmail.asp")
else
Response.Redirect("login.asp")
end if
%>
Che c'è che non va?!?!?!?![]()

Rispondi quotando