Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\instance\undo\undoCode.jsp
<%@ include file="/sdk/oemTop.jspf" %> <!-- this is the code frame -> <% String queryString = (String)request.getAttribute("queryString"); String imgUrl = null; if (queryString != null) { int qindex = queryString.indexOf('?'); if (qindex != -1 && qindex < queryString.length() - 1) { String coords = queryString.substring(qindex + 1); String target = (String)request.getAttribute("target"); String type = (String)request.getAttribute("type"); imgUrl = "/em/dynamicImage/database/instance/charts?chartid=6&w=400&h=350" + "&target=" + target + "&type=" + type + "&clickPos=" + coords; } } String currundoretention = (String)request.getAttribute("currundoret"); String undoSize = (String)request.getAttribute("requiredTbsSize"); %> <pre> the query string is <%=queryString%> the image url is <%=imgUrl%> </pre> <% if (imgUrl != null) { %> <script> parent.uiframe.document.adviceForm.cacheAdv.src="<%=imgUrl%>"; </script> <% } %> <% if (currundoretention != null) { %> <script> parent.uiframe.document.adviceForm.currundoret.value = "<%=currundoretention%>"; </script> <% } %> <% if (undoSize != null) { %> <script> parent.uiframe.document.adviceForm.requiredTbsSize.value = "<%=undoSize%>"; </script> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de