<% If (Request("USERNAME") <> "hschoir") Or (Request("PASSWORD") <> "room139") 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 %>