Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <%
  2.  
  3.  
  4. if Request.Form("email") = "a@a.com" then
  5. if Request.form("pass") = "meow" then
  6. Response.Write("pass")
  7. Session("loggedIn")="true"
  8. else
  9. Response.Write("fail")
  10. end if
  11. else
  12. Response.Write("fail")
  13. end if
  14.  
  15.  
  16.  
  17. %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement