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

📄 qtdisp.asp

📁 办公系统的公文处理
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%disp_id=request.querystring("disp_id")%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网上签收</title>
<!--#include file="css.css"-->
<style type="text/css">
<!--
body {
	background-color: #cccccc;
}
-->
</style></head>

<body topmargin="1">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td class="unnamed18">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#FFFFFF" class="unnamed18"> 
      <div align="center">
        <TABLE width="79%" align="center" cellPadding=0 cellSpacing=0>
          <TBODY>
            <TR>
              <TD height="80" colspan="3"  bgColor=#ffffff><%str="select * from news where id="&disp_id&""
  set rs=conn.execute(str)%></TD>
            </TR>
            <TR>
              <TD width="14%"  bgColor=#ffffff><DIV align=center></DIV></TD>
              <TD width="71%"  bgColor=#ffffff><div align="center"><span class="unnamed24"><%=rs("标题")%></span></div></TD>
              <TD width="15%"  bgColor=#ffffff>&nbsp;</TD>
            </TR>
            <TR>
              <TD colspan="3" height="15"  bgColor=#ffffff></TD>
            </TR>
            <TR>
              <TD colspan="3"  bgColor=#ffffff><div align="center" class="unnamed14"><%=rs("发文者")%>  <%=rs("发文日期")%> <%=rs("发文时间")%></div></TD>
            </TR>
            <TR>
              <TD height="8" colspan="3"  bgColor=#ffffff></TD>
            </TR>
            <TR>
              <TD colspan="3"  bgColor=#ffffff><DIV align=center><IMG height=3 
                  src="images/htwjhongxian.gif" 
              width=600></DIV></TD>
            </TR>
            <TR>
              <TD colspan="3"  bgColor=#ffffff>&nbsp;</TD>
            </TR>
            <TR>
              <TD colspan="3"  bgColor=#ffffff>&nbsp;</TD>
            </TR>
            <TR valign="top">
              <TD height="665" colspan="3"   bgColor=#ffffff class="unnamed181"><%=rs("内容")%></TD>
            </TR>
			 <TR>
              <TD colspan="3"  bgColor=#ffffff><DIV align=center><IMG height=2
                  src="images/htwjhuixian.gif" 
              width=600></DIV></TD>
            </TR>
            <TR>
              <TD height="30" colspan="3"  bgColor=#FFFFFF><table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td height="40" class="unnamed14">
                      <%if rs("附件")=" " then%>
                      <%else%>
                      <br>
                      <br>
                      <font color="#FF0000"><strong>附件:</strong></font> <a href=<%=rs("附件")%> target="_blank"><%=right(rs("附件"),16)%></a>
                      <%end if%>
                      <%if rs("附件")<>" " then%>
                      <br>
                   
        请右击,选“目标另存为…”把附件下载到自己的硬盘上再打开。
      <%end if%></td>
                </tr>
              </table></TD>
            </TR>
            <TR>
              <TD height="30" colspan="3"  bgColor=#FFFFFF>&nbsp;</TD>
            </TR>
          </TBODY>
        </TABLE>
        </div></td>
  </tr>
    <tr>
    <td class="unnamed18">&nbsp;</td>
  </tr>
</table>
<% conn.close%>
</body>
</html>

⌨️ 快捷键说明

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