forked from kishanrajput23/Java-Projects-Collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadminupdate.jsp
24 lines (23 loc) · 1.11 KB
/
adminupdate.jsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body background="F:\wallies\HD Wallpapers\img36.jpg">
<br><br><br><br>
<center>
<table cellpadding=8 cellspacing=8 border="10" bgcolor="transparent">
<th bgcolor="transparent" colspan=2>
<font face="Times New Roman" color=LIGHTGREY size=5>WHAT DO YOU WANT TO UPDATE</FONT><BR></th>
<tr bgcolor="transparent">
<td valign=top>
<input type="button" value="STUDENT INFO" onclick="location.href='studentregistration.jsp'" ><br><BR>
<input type="button" value=" QUESTIONS " onclick="location.href='question.jsp'"><br><BR>
<input type="button" value="INSTRUCTIONS" onclick="location.href='.jsp'" ><br><BR>
<input type="button" value=" SETTINGS " onclick="location.href='.jsp'" ><br><BR>
<input type="button" value=" EXIT " onclick="location.href='page1.jsp'">
</body>
</html>