⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sendcontent.jsp

📁 tomcat最新安装程序
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ page import="cn.com.aheadsoft.recordset.DocAccessoriesRecordSet" %>
<%@ page import="cn.com.aheadsoft.util.StringFormat" %>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link rel="stylesheet" type="text/css" href="/krm/jsp/css/css.css">
<title>发文内容</title>
</head>
<script>
<!--
	function openWin(url) {
		window.open(url,'','toolbar=no,location=no,menubar=no,resizable=1,scrollbars=yes,left=0,top=0,width=800,height=600');
	}
-->
</script>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="showDoc" method="post">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
      <td class="tdC" align="center"><font color="#FF0000">关闭页面请点击页面下方的关闭按钮!</font></td>
</tr>
</table>      
 
         <%
			String SDI_ID = request.getParameter("docID");
		%>
       <input type="hidden" value="<%=SDI_ID%>" name="docID">
       <div align="center">       <applet code="applet.DocShowApplet" codebase="." width=90% height=90%  name="obj_applet" mayscript="true">
              </applet>  </div>  
     <table border="0" width="100%" align="center" bordercolor="A1B7DB" class="collapse">
	   <tr> 
          
      <td width="100" height="25" class="common">&nbsp;&nbsp;附件</td>
          <td width="90%"  class="common">&nbsp; 
            <%
		  		DocAccessoriesRecordSet recordset1 = (DocAccessoriesRecordSet)session.getAttribute("accessories");
				session.removeAttribute("accessories");
				if(recordset1 != null && recordset1.size() > 0) {
					while(recordset1.next()) {
		  %>
            <a href="javascript:openWin('/krm/servlet/DocUploadServlet?status=q&module=av&id=<%= recordset1.getDA_ID() %>')"><%= StringFormat.Source2GB(recordset1.getDA_Name()) %></a>&nbsp;&nbsp; 
            <%
					}
				}
		  %>
          </td>
        </tr>
        <tr> 
          
      <td height="20" colspan="2" align="center"><INPUT name="Button1" type="button"  onClick="callApplet()"  onmouseover="this.className='button2'" onmouseout="this.className='button1'"  class="button1" value="关 闭"> 
      </td>
        </tr>
      </table>
		
 </form>
  <Script language=javascript> 
function callApplet() 
{ 
window.document.obj_applet.closeBook();
	window.close();

} 
</Script> 
</body>
</html>

⌨️ 快捷键说明

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