Guest User

Untitled

a guest
Jul 6th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <%
  2. If (Request.Form("username") <> "") AND (Request.Form("password") <> "") Then
  3. Response.Write("Username: " & Request.Form("username"))
  4. Response.Write("Password: " & Request.Form("password"))
  5. End If
  6. %>
Add Comment
Please, Sign In to add comment