?? rizhi.asp
字號:
<!--#include file = "Startup.asp"-->
<!-- #include file="Function.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>無標題文檔</title>
<link href="common.css" rel="stylesheet" type="text/css">
</head>
<%
call adminer()
id=replace(trim(request("id")),",","")
wuzhi=request("wuzhi")
set rs=server.createobject("adodb.recordset")
sql="select * from rizhi where 物資ID="&id
rs.open sql,oConn,1,1
%>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<br>
<table width="80%" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<tr align="center" bgcolor="#FFFFFF">
<td colspan="3"><b><font color="#FF0000"><%=wuzhi%></font>物資操作日志</b></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="33%">操作人</td>
<td width="33%">操作時間</td>
<td width="33%">操作內容</td>
</tr>
<%
do while not rs.eof
caozhuren=rs("操作人")
rizhidate=rs("操作時間")
rizhinr=rs("操作介紹")
%>
<tr align="center" bgcolor="#FFFFFF">
<td><%=caozhuren%></td>
<td><%=rizhidate%></td>
<td><%=rizhinr%></td>
</tr>
<%
rs.movenext
loop
rs.close
%>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -