<% If (Request("USERNAME") <> "guest") Or (Request("PASSWORD") <> "access") Then Response.Redirect("index.asp?failedlogin=true&USERNAME=" & Request("USERNAME")) End If Response.Write Chr(13) ' prints out a carriage return as output in case the page is browsed to directly %>