JSP Addressbook app for VIP Express (circa Jun 2002)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
<% session.invalidate(); %> <%! static String pageTitle = "Session Ended"; %> <%@ include file = "include/pageHeader.jsp" %> <body bgcolor="#f7f7f7"> <center> <br><br> <b class="title"><%= pageTitle %></b> <br><br><br> <form name="form" method=POST action="/index.jsp"> <input type="submit" value="New Session"/> </form> </center> </body> </html>
|