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

📄 dzbfsm1.asp

📁 能完成公司资产和资源的管理
💻 ASP
字号:
<!--#include file="connection.asp"-->
<!--#include file="check.asp"-->
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="oa.css">
<title>低值易耗品报废说明</title>
</head>
<body>
<link rel="stylesheet" href="eintrdemo.css">
</head>
<%
	dim sql
	dim rs
	sql="select * from dzdj where id="&request("id")
	set rs=server.createobject("adodb.recordset")
	rs.open sql,conn,1,1
	'response.write rs("bfsm")
	'response.end
%>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  <table width="100%" border="0" cellspacing="1" cellpadding="2">
    <tr > 
      <td class="heading"> 
        <div align="center">
          <center> 
        <table width="70%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000" bordercolorlight="#000000" style="font-size:9pt">
          <tr> 
            <td width="2%" align="right"></td>
            <td align="left" height="25">
              <p align="center"><font color="#FFFFFF"><b>低值易耗品报废说明</b></font></p>
            </td>
            <td width="3%"></td>
          </tr>
        </table>
          </center>
        </div>
      </td>
    </tr>
  </table>
  <div align="center">
    <table width="74%" border="1" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" bordercolor="#FFFFFF" bordercolorlight="#000000" style="font-size:9pt">
      <tr> 
        <td height="224" align="center" valign="top"><%=rs("dzbfsm")%></tr>
    </table>
  </div>
  <div align="center">      
  <a  href="javaScript:window.close()"><img   border="0" src="images/close_1.gif"></a>     
       
     
  </div>     



</body>
</html>

⌨️ 快捷键说明

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