Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\notif\closingPage.jsp
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ include file="/oemNoscript.jspf" %> <script language="JavaScript"> function changeVal() { var str=document.postBackWithEvent.resultstring.value; // alert (str); if (document.postBackWithEvent.resultstring.value != "") { window.opener.location.href = str; } window.close(); } </script> <uix:document> <uix:body onLoad="changeVal()" > <uix:form name="postBackWithEvent" method="POST"> <uix:formValue name="resultstring" valueBinding="CallingPageURL@servletRequest" /> <html:iframe frameborder="0" name="hiddenIFrame" src="" width="0" height="0"/> </uix:form> </uix:body> </uix:document>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de