Advertisement
Yuvalxp8

deleteUserJSP

Mar 6th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.01 KB | None | 0 0
  1. <%@ page import="java.io.*,java.util.*,java.sql.*"%>
  2. <%@ page import="javax.servlet.http.*,javax.servlet.*" %>
  3. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
  4. <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
  5. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  6.     pageEncoding="ISO-8859-1"%>
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  8. <html>
  9. <head>
  10. <link rel="stylesheet" type="text/css" href="cssForTopBar.css">
  11. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  12. <title>Account Delete</title>
  13. </head>
  14.     <body>
  15.  
  16. </br>
  17.  
  18. <h1>Insert You Username and Password for security reasons:</h1>
  19.  
  20. </br>
  21.  
  22. <form id="form1" action="deleteUserCheck.jsp" method="get">
  23.     Username: &nbsp; <input type="text" name="delUname" placeholder="Username"/></br>
  24.     Password: &nbsp; <input type="password" name="pass"/></br>
  25.     </br>
  26.     <input type="submit"/>
  27.    
  28. </form>
  29.  
  30.  
  31.  
  32.     </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement