% pagePassword = "costarica" passwordForm = "index.html" IF Session("pwfield") <> pagePassword THEN IF Request.Form("pwfield") = pagePassword THEN Session("pwfield")= pagePassword ELSE Response.Redirect(passwordForm) END IF END IF %>
© 2007 Toucan Partners, LLC |