Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / template / ibssFrame.jsp @ 136:0ec4b0eea084

History | View | Annotate | Download (499 Bytes)

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html lang="en">
3
<head>
4
<%
5
response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
6
response.setHeader("Pragma","no-cache"); //HTTP 1.0
7
response.setDateHeader ("Expires", -1); //prevents caching at the proxy server
8
%>
9
<title>UPASS Support System</title>
10
</head>
11

    
12
<frameset cols="*" border="5" framespacing="5">
13
   	<frame src="../ss101/PortalAccess.do">
14
</frameset>
15
</html>