?? bfsm1.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>資產(chǎn)報廢說明</title>
</head>
<body>
<link rel="stylesheet" href="eintrdemo.css">
</head>
<%
dim sql
dim rs
sql="select * from zcdj 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>資產(chǎn)報廢說明</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("bfsm")%></tr>
</table>
</div>
<div align="center">
<a href="javaScript:window.close()"><img border="0" src="images/close_1.gif"></a>
</div>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -