jitkimportsvgsuccess.jsp

来自「esri的ArcGIS Server超级学习模板程序(for java)」· JSP 代码 · 共 19 行

JSP
19
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<%@page contentType="text/html" pageEncoding="UTF-8"%>

<html>
  <head>
    <title>Success</title>
    <link rel="stylesheet" type="text/css" href="../../css/jitk_taskwindow.css" />
    <link rel="stylesheet" type="text/css" href="../../css/jitk_layout.css" />
  </head>
  <body>
    <!-- File "<%= request.getParameter("filename")%>" was successfully imported. -->
    <script type="text/javascript" language="Javascript">
    	//window.parent.document.getElementById("btnRefreshContext").click();
    	//"<%= request.getParameter("filename") %>", "<%= request.getParameter("uploadId") %>"
    	window.parent.JitkImportSVGUtil.processImportSVG();
    </script>
  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?