CloseWindow.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
20135N/A<%--
10145N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
10145N/A
10145N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
10145N/A
10145N/A The contents of this file are subject to the terms
10145N/A of the Common Development and Distribution License
10145N/A (the License). You may not use this file except in
10145N/A compliance with the License.
17834N/A
18632N/A You can obtain a copy of the License at
18644N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
18632N/A opensso/legal/CDDLv1.0.txt
10145N/A See the License for the specific language governing
10145N/A permission and limitations under the License.
10145N/A
10145N/A When distributing Covered Code, include this CDDL
10145N/A Header Notice in each file and include the License file
10145N/A at opensso/legal/CDDLv1.0.txt.
10145N/A If applicable, add the following below the CDDL Header,
10145N/A with the fields enclosed by brackets [] replaced by
10145N/A your own identifying information:
10145N/A "Portions Copyrighted [year] [name of copyright owner]"
10145N/A
10145N/A $Id: CloseWindow.jsp,v 1.2 2008/06/25 05:44:37 qcheng Exp $
10145N/A
10145N/A--%>
10145N/A
10145N/A
10145N/A
10145N/A
19788N/A<%@page info="CloseWindow" language="java"%>
20122N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
16276N/A<%@taglib uri="/WEB-INF/com_sun_web_ui/cc.tld" prefix="cc"%>
20857N/A<jato:useViewBean
10145N/A className="com.sun.identity.console.base.CloseWindowViewBean"
10145N/A fireChildDisplayEvents="true">
18593N/A
18632N/A<body onload="this.window.close()">
10145N/A</body>
10145N/A</jato:useViewBean>
16276N/A