Ex No: 18 | PERMISSION CHECKER USING JSP |
---|---|
Aim: | To create a JSP page to check permission for a user. |
Algorithm | |
Step1: Create a folder “Ex18” to place the HTML and JSP files. | |
Step2: Create files “index.html”, “ex18.jsp”, “adminpage.jsp” and “logout.jsp”. | |
Source Code | |
index.html
ex18.jsp
adminpage.jsp
logout.jsp
|
|
Result: | Thus JSP page is created to check permission for a useer. |